Help spawn
#4

Код:
public OnPlayerSpawn(playerid)
{
  SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
	new PlayerName[MAX_PLAYER_NAME],
  string[128];
  GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
  format(string, sizeof(string), "%s has spawned.", PlayerName);
  SendClientMessageToAll(0xFFFFFFFF, string);
	return 1;
}
I did, but still spawn same in LV-s
Reply


Messages In This Thread
Help spawn - by Typhome - 13.04.2009, 19:17
Re: Help spawn - by Typhome - 13.04.2009, 19:40
Re: Help spawn - by luxeon - 13.04.2009, 19:44
Re: Help spawn - by Typhome - 13.04.2009, 19:48
Re: Help spawn - by Mentis - 13.04.2009, 19:57
Re: Help spawn - by Typhome - 13.04.2009, 20:29
Re: Help spawn - by GanG$Ta - 13.04.2009, 20:35
Re: Help spawn - by Typhome - 13.04.2009, 20:38
Re: Help spawn - by GanG$Ta - 13.04.2009, 20:48
Re: Help spawn - by Typhome - 13.04.2009, 20:49

Forum Jump:


Users browsing this thread: 1 Guest(s)