ItsMods

Full Version: Few things
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Events:
- 2 different events for connecting and spawning
- An event for when a player leaves the server

Functions:
- A function that returns an array that contains every player on the server
- SetDvar( dvar, value ) ?
- GetClientDvar (if possible)
- ClientCommand (if possible)
Events:
I'll see if I can add these if I can find where they are called from

Functions:
- A function that returns an array that contains every player on the server
- SetDvar( dvar, value ) ?

-- Ready for next update

- GetClientDvar (if possible)
- ClientCommand (if possible)

-- Not possible to my knowledge
(01-02-2012, 19:02)iAegle Wrote: [ -> ]- SetDvar( dvar, value )

SendCommand("sv_maxclients \"1\"");


Quote:- ClientCommand (if possible)
lolwut?