29.08.2009, 21:58
Under OnPlayerSpawn;
Replace the X,Y,Z though.
Код:
if(IsPlayerAdmin(playerid)) { SetPlayerPos(playerid,X,Y,Z); } return 1; }