12.06.2013, 22:36
Hey all, i want to make a teleport..something like this
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
Код:
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;


