14.02.2012, 11:30
Hello. Well, this happen in my Old GameMode after 0.3d and now, on my scratch made GameMode that i am making to gain more experience.
After pressing Spawn button, this happens:

The code:
Thank you.
After pressing Spawn button, this happens:

The code:
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerPos(playerid, 10.0, 10.0, 10.0);
return 1;
}