07.05.2014, 08:57
I've got a message return problem in my script it should return a message on pressing esc on the login menu and kick the player but it just kicks but doesnt show the message.
PS: When i keep return 1; above kick it sends the message but gives a warning while compiling.
pawn Код:
{
SendClientMessage(playerid, COLOR_WHITE, "Unitech Gaming: You choosed to quit the server.");
Kick(playerid);
return 1;
}