Teleport
#1

Hey all, i want to make a teleport..something like this

Код:
if (strcmp("/pq", cmdtext, true, 10) == 0)
	{
		SetPlayerPos(playerid, 1519.7275,-1659.0162,13.2662,184.9231);
		SendClientMessage(playerid, "You have teleported to Pershing Square");
		SendClientMessageToAll(-1, "blablabla!");
		return 1;
	}
	return 0;
The problem is i want everyone to see that the player has teleported but i dont know what to put in the SendMessageToAll to show his name
Reply


Messages In This Thread
Teleport - by lsreskjn - 12.06.2013, 22:36
Re: Teleport - by ReVo_ - 12.06.2013, 22:43
Re: Teleport - by lsreskjn - 12.06.2013, 22:52
Re: Teleport - by ReVo_ - 12.06.2013, 22:56
Re: Teleport - by lsreskjn - 12.06.2013, 23:07
Re: Teleport - by Riddick94 - 12.06.2013, 23:16
Re: Teleport - by feartonyb - 12.06.2013, 23:16
Re: Teleport - by lsreskjn - 12.06.2013, 23:19
Re: Teleport - by feartonyb - 12.06.2013, 23:22
Re: Teleport - by lsreskjn - 12.06.2013, 23:25

Forum Jump:


Users browsing this thread: 1 Guest(s)