AddplayerClass
#2

Try this:
pawn Код:
public OnGameModeInit()
{
    for(new i = 0; i < 100; i++)
    {
        AddPlayerClass(i, 1765.2147,-1345.7694,15.7556,175.4445,0,0,0,0,0,0);
    }
    return 1;
}
I haven't experimented with this code before, but it should work. Think of it as:
pawn Код:
for(new i = minimum; i < maximum; i++)
Reply


Messages In This Thread
AddplayerClass - by Gabriel1337 - 26.07.2013, 11:01
Re: AddplayerClass - by Threshold - 26.07.2013, 11:19
Re: AddplayerClass - by Konstantinos - 26.07.2013, 11:22

Forum Jump:


Users browsing this thread: 1 Guest(s)