Spawn issues
#1

When I add
pawn Код:
new id;
    for (id = 0; id >=287; id++)
    {
        AddPlayerClass(id,2878.7581,2731.8020,10.8203,82.3289,0,0,0,0,0,0); // spawn1
    }
to my script, it spawns me in the middle of san andreas, yet when I get rid of the loop and do
pawn Код:
AddPlayerClass(0,2878.7581,2731.8020,10.8203,82.3289,0,0,0,0,0,0);
on its own in OnGameModeInit() it spawns me at those co-ordinates. Why?
Reply


Messages In This Thread
Spawn issues - by biltong - 11.02.2010, 16:54
Re: Spawn issues - by TTJJ - 11.02.2010, 16:56
Re: Spawn issues - by biltong - 11.02.2010, 16:59
Re: Spawn issues - by Nero_3D - 11.02.2010, 17:02
Re: Spawn issues - by biltong - 11.02.2010, 17:16
Re: Spawn issues - by Nero_3D - 12.02.2010, 15:32
Re: Spawn issues - by biltong - 12.02.2010, 15:45

Forum Jump:


Users browsing this thread: 1 Guest(s)