23.01.2014, 03:35
Hello,
I wanna make a message saying "%s has teleported to /LSA" and Send it to all players.
This is the code I have so far:
And I just need the SendClientMessageToAll part and for it to be able to get the player's name.
Thanks
PS: Sorry for the [REP+] on the top of the topic, my questions don't usually get answered :c
I wanna make a message saying "%s has teleported to /LSA" and Send it to all players.
This is the code I have so far:
pawn Код:
CMD:lsa(playerid, params[])
{
SetPlayerPos(playerid,1706.821045, -2466.476807, 13.554688);
GameTextForPlayer(playerid, "~r~LSA", 3000, 6);
return 1;
}
Thanks
PS: Sorry for the [REP+] on the top of the topic, my questions don't usually get answered :c