28.04.2014, 06:06
Hello guys i made this dialog response for the rules
if player disagree the rules he will get a kick
and i want to add that client message to all with "player Blabla has been kicked for not accepting the rules."
how to get player name on the client message?
Thanks in Advance for help
Код:
switch(dialogid) { case 1: { if(!response) { Kick(playerid); return 1; } else if(response) { SendClientMessage(playerid, 0xFF0000FF, "Thanks for accepting the rules. Enjoy the peaceful stay."); return 1; } } }
and i want to add that client message to all with "player Blabla has been kicked for not accepting the rules."
how to get player name on the client message?
Thanks in Advance for help
