08.11.2014, 10:26
Set a timer before the
line
And within the timer do the SendClientMessage thing
EDIT:
Sorry i realised that you wanted it to be Onplayerconnect, so in that case when the player connects you will have to unban him, SendClientMessage and then ban again
Код:
ban(playerid);
And within the timer do the SendClientMessage thing
EDIT:
Sorry i realised that you wanted it to be Onplayerconnect, so in that case when the player connects you will have to unban him, SendClientMessage and then ban again

