30.03.2014, 21:44
Quote:
Код:
if(!dini_Exists(player)) { SendClientMessageToAll(-1,COLOR_OOC,"You are not whitelisted."); Kick(playerid); } |
- SendClientMessageToAll has 2 parameters so a warning for arguments do not match on compiling.
- He wants to send a message to that specific player and not everyone.
- Any message/dialog won't be sent before kicking a player unless you use a timer.