17.06.2011, 06:54
new IsPlayerAuthorized[MAX_PLAYERS];
in onplayerconnect you set it to 0, then when the player may use it set it to 1,
in the cmd do an if statement that checks this variable,
shouldn't be so hard.
in onplayerconnect you set it to 0, then when the player may use it set it to 1,
in the cmd do an if statement that checks this variable,
shouldn't be so hard.
