Garry's Mod

Garry's Mod

[E2] Doragon's AdminCore & other functions
46개 중 21~30개 표시 중
< 1  2  3  4  5 >
업데이트: 2015년 2월 14일 @ 오전 10시 19분

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

업데이트: 2015년 1월 11일 @ 오전 11시 17분

Added:

-E:admWirelink()

fixed the spread of admTurret function

업데이트: 2015년 1월 2일 @ 오후 3시 30분

Fixed some problems of restrictions

업데이트: 2015년 1월 1일 @ 오후 2시 15분

improved code

업데이트: 2014년 12월 25일 @ 오전 10시 40분

None Provided

업데이트: 2014년 11월 23일 @ 오전 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)

업데이트: 2014년 11월 17일 @ 오전 5시 04분

fixed the bug from the last update

업데이트: 2014년 11월 16일 @ 오후 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

업데이트: 2014년 11월 16일 @ 오전 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)

업데이트: 2014년 10월 17일 @ 오전 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