31.10.2017, 07:21
how to move the spawn point ?
Please help me
Please help me
public OnPlayerSpawn(playerid)
{
SetPlayerPos(playerid, X, Y, Z); //change X Y Z to your location, u wanna set
return 1;
}