06.01.2013, 17:49
How to make sendclientmessage send once instead of spamming
For example something happens and it should send this
What could i do so it sends it once instead of spam
For example something happens and it should send this
pawn Код:
{
SendClientMessage(playerid, 0xFF0000FF, "Example!");
}