Garry's Mod

Garry's Mod

[E2] Doragon's AdminCore & other functions
31–40/46 bejegyzés mutatása
< 1  2  3  4  5 >
Frissítés: 2014. szept. 28. @ 9:21

edited entSetInput() for better entity compatibility

Frissítés: 2014. aug. 29. @ 5:09

added:

E:admSetOwner(entity player)
E:admSetCollisionGroup(number group)
E:admGetCollisionGroup() <- return a number

fixed:

admPropDelete & admPropBreak can no longer remove players

Frissítés: 2014. aug. 28. @ 12:46

admPropBreak et admPropDelete can no longer delete players

Frissítés: 2014. aug. 21. @ 10:33

Added:

E:admApplyForce(V)
E:admPropDelete()
E:admPropBreak()
E:admPropFreeze(N)
E:admPropNotSolid(N)
E:admPropGravity(N)
E:admSetAng(A)
E:admCreateWire(E, S, S)
E:admDeleteWire(S)

All of them works like there "non-admin only" équivalent but can be used on every entities

Frissítés: 2014. aug. 12. @ 9:48

improved security with function: E:setModel(S)

Frissítés: 2014. júl. 13. @ 14:52

None Provided

Frissítés: 2014. júl. 10. @ 11:29

added: E:allowWeaponsInVehicle( number )

Frissítés: 2014. jún. 17. @ 6:41

renamed function unLock() to unlock() and fixed last reasons of E2 crashes

added:

E:plyDoAttack(N)

E:plyDoAttack2(N)

E:plyDucking(N)

E:plyDoUse(N)

E:plyDoJump(N)

Frissítés: 2014. jún. 14. @ 5:15

fixed some reasons of e2 crashes

Frissítés: 2014. máj. 29. @ 7:47

added 3 admin only functions:

E:dropWeapon(weapon)
drop the player E's given weapon (string or entity)

E:lock()
make player E unable to do anything

E:unLock()
undo effects of lock() function