23.01.2013, 15:41
Quote:
Code:
if(dialogid == DIALOG_RULES) { if(!response) { SendClientMessage(playerid, COLOR_RED, "You need to agree to rules to play on the server!"); Kick(playerid); } else if(response) { SendClientMessage(playerid, COLOR_GREEN, "Thank you for agreeing to the server rules!"); // Problem } return 1; } |
EDIT: I also tried to put it under OnPlayerSpawn (i have it under OnPlayerConnect) but OnPlayerSpawn Does the same thing, it doesnt get me to the class selection, it only does nothing.