Teleport
#5

Try this

Код:
if(strcmp(cmd, "/cc", true) == 0)
	{
		new playername[MAX_PLAYER_NAME];
  	GetPlayerName(playerid, playername, sizeof(playername));
  	format(string, sizeof(string), "%s has gone to Caddy Carnage (/cc).", playername);
		SendClientMessageToAll(color, string);
		SetPlayerPos(playerid, 1529.6,-1691.2,13.3);
		return 1;
	}
Reply


Messages In This Thread
Teleport - by Jonny_lockhart - 14.06.2010, 21:07
Re: Teleport - by Naxix - 14.06.2010, 21:42
Re: Teleport - by Jonny_lockhart - 14.06.2010, 21:54
Re: Teleport - by Naxix - 14.06.2010, 21:59
Re: Teleport - by Despare - 14.06.2010, 22:05
Re: Teleport - by VinceQc - 14.06.2010, 22:50

Forum Jump:


Users browsing this thread: 1 Guest(s)