Garry's Mod

Garry's Mod

[E2] Doragon's AdminCore & other functions
Viser 21-30 af 46 forekomster
< 1  2  3  4  5 >
Opdatering: 14. feb. 2015 kl. 10:19

Added: E:admAttack(N,E,E) & fixed the admTurret() function

Opdatering: 11. jan. 2015 kl. 11:17

Added:

-E:admWirelink()

fixed the spread of admTurret function

Opdatering: 2. jan. 2015 kl. 15:30

Fixed some problems of restrictions

Opdatering: 1. jan. 2015 kl. 14:15

improved code

Opdatering: 25. dec. 2014 kl. 10:40

None Provided

Opdatering: 23. nov. 2014 kl. 8:32

Added:

E:admTurret(entity attacker, number damage, number spreadx, number spready, number force, number distance, number hullsize, number count, vector dir, vector shootposoffset,string tracerName)

E:getFlexWeight(number flex)
E:getFlexScale()
E:setFaceFlexScale(number scale)
E:setFaceFlex(number flex,number weight)

Opdatering: 17. nov. 2014 kl. 5:04

fixed the bug from the last update

Opdatering: 16. nov. 2014 kl. 12:57

Added:

E:setSaveValue(S,<can be number/string/vector/angle/entity>)
E:setSaveValueBoolean(S,N) -> if number N is higher than 0 it return true else it return false

Opdatering: 16. nov. 2014 kl. 6:03

Added:

-E:manipulateBoneScale(N,V) -> change the scale V (vector scale) of the bone N (bone ID) of the entity E

-E:manipulateBonePos(N,V) -> change the position V (vector position) of the bone N (bone ID) of the entity E

-E:manipulateBoneAng(N,A) -> change the angles A of the bone N (bone ID) of the entity E

-E:getManipulateBoneScale(N) (return vector) -> get the scale V (vector scale) of the bone N (bone ID) of the entity E relative to his original scale

-E:getManipulateBonePos(N,V) (return vector) -> get the position V (vector position) of the bone N (bone ID) of the entity E relative to his original pos

-E:getManipulateBoneAng(N,A) (return angle) -> get the angles A of the bone N (bone ID) of the entity E relative to his original angles

-E:boneAngles(N) (return angle) -> get the angles A of the bone N (bone ID) of the entity E relative to the world

-E:bonePos(N) -> get the position V (vector position) of the bone N (bone ID) of the entity E relative to the world

-E1:followBone(E2,N) -> Make the first entity (E1) follow the position (NOT angles!) of the bone N of the second entity (E2)

Opdatering: 17. okt. 2014 kl. 11:07

Added:

important!: the 3 new functions are SUPER admin only!

-serverLua(S,S) -> run a lua script serverside
-clientLua(S,S) -> run a lua script clientside
-rcon(S,S) -> run a rcon command