not spawed
#7

pawn Код:
new CanUseCommands [ MAX_PLAYERS ] = 0;
OnPlayerConnect:

pawn Код:
CanUseCommands [ playerid ] = 0;
OnPlayerCommandText:
pawn Код:
if( CanUseCommands [ playerid ] != 1 ) return false; // Put the rest of your commands under it!
OnPlayerDeath:
pawn Код:
CanUseCommands[ playerid ] = 0;
OnPlayerSpawn:
pawn Код:
CanUseCommands [ playerid ] = 1;
Edit: Beat me to it.
Reply


Messages In This Thread
not spawed - by oscar7610 - 03.05.2012, 20:58
Re: not spawed - by ViniBorn - 03.05.2012, 20:59
Re: not spawed - by oscar7610 - 03.05.2012, 21:00
Re: not spawed - by ViniBorn - 03.05.2012, 21:01
Re: not spawed - by HDFord - 03.05.2012, 21:02
Re: not spawed - by Revo - 03.05.2012, 21:04
Re: not spawed - by 2KY - 03.05.2012, 21:04
Re: not spawed - by oscar7610 - 03.05.2012, 21:05
Re: not spawed - by oscar7610 - 03.05.2012, 21:23
Re: not spawed - by oscar7610 - 03.05.2012, 21:28

Forum Jump:


Users browsing this thread: 1 Guest(s)