Give all players items
#2

Loop.

You can use foreach (****** if you want to link) made by ******
Or you can just use this:
pawn Код:
for(new i; i != MAX_PLAYERS; i++)
{
    // Use i instead of player id here.
}
Reply


Messages In This Thread
Give all players items - by luckie12 - 12.05.2014, 16:34
Re: Give all players items - by Stinged - 12.05.2014, 16:38
Re: Give all players items - by luckie12 - 12.05.2014, 17:04

Forum Jump:


Users browsing this thread: 1 Guest(s)