not spawed
#8

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
pawn Код:
new bool:Commands[MAX_PLAYERS];

//OnPlayerConnect
Commands[playerid] = false;

//OnPlayerSpawn
Commands[playerid] = true;

//OnPlayerCommandText
if(!Commands[playerid])
    return SendClientMessage(playerid,-1,"Please spawn before typing a command");
rep you thanks worked.
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)