11.02.2010, 16:54
When I add
to my script, it spawns me in the middle of san andreas, yet when I get rid of the loop and do
on its own in OnGameModeInit() it spawns me at those co-ordinates. Why?
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
}
pawn Код:
AddPlayerClass(0,2878.7581,2731.8020,10.8203,82.3289,0,0,0,0,0,0);