Disable things
#2

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++ )
{
//Put the Bool Here and replace playerid with i
}
Example:
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++ )
{
GivePlayerMoney(i,500);
}
This gives all players $500.
Reply


Messages In This Thread
Disable things - by addysnow1 - 06.11.2009, 22:23
Re: Disable things - by miokie - 06.11.2009, 23:01
Re: Disable things - by addysnow1 - 07.11.2009, 06:24
Re: Disable things - by addysnow1 - 07.11.2009, 06:32

Forum Jump:


Users browsing this thread: 2 Guest(s)