10.11.2017, 19:57
Quote:
|
I've done this with other natives earlier (several months ago), I used Kick(%0,%1) to return a SetTimerEx with an interval of the players ping for example. I've done this before, however this time something went wrong.
|
NaS workaround should work for you.
Code:
SendClientMessage2(playerid, text[]) SendClientMessage(playerid, 0xFFFFFFFFF, text); #define SendClientMessage(%1,%2) SendClientMessage2(%1,%2)


