Got a new server!
#3

Код:
OnPlayerRequestSpawn(playerid)
{
 if(GetPlayerName(playerid) == "insert the name here")
 {
   SetPlayerPos(playerid, x, y, z); //replace x, y, z with coords
   SetPlayerSkin(playerid, skin); //replace skin with the skin id
   return 1;
 }
 else{ }
return 1;
}
Reply


Messages In This Thread
Got a new server! - by ToCa - 11.08.2009, 20:46
Re: Got a new server! - by propilot - 12.08.2009, 03:33
Re: Got a new server! - by DMSOrg - 12.08.2009, 05:18
Re: Got a new server! - by Correlli - 12.08.2009, 10:11

Forum Jump:


Users browsing this thread: 1 Guest(s)