Garry's Mod

Garry's Mod

[E2] Doragon's AdminCore & other functions
Menampilkan31-40 dari 46 kiriman
< 1  2  3  4  5 >
Pembaruan: 28 Sep 2014 @ 9:21am

edited entSetInput() for better entity compatibility

Pembaruan: 29 Agu 2014 @ 5:09am

added:

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

fixed:

admPropDelete & admPropBreak can no longer remove players

Pembaruan: 28 Agu 2014 @ 12:46pm

admPropBreak et admPropDelete can no longer delete players

Pembaruan: 21 Agu 2014 @ 10:33am

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

Pembaruan: 12 Agu 2014 @ 9:48am

improved security with function: E:setModel(S)

Pembaruan: 13 Jul 2014 @ 2:52pm

None Provided

Pembaruan: 10 Jul 2014 @ 11:29am

added: E:allowWeaponsInVehicle( number )

Pembaruan: 17 Jun 2014 @ 6:41am

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)

Pembaruan: 14 Jun 2014 @ 5:15am

fixed some reasons of e2 crashes

Pembaruan: 29 Mei 2014 @ 7:47am

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