27.05.2014, 10:06
Quote:
Oh, so if they press "Esc" to cancel the dialog, it will kick the player - that's what you want?
Well, if so, then go to OnDialogResponse pawn Код:
|
EDIT:
Код:
if(gPlayerSpawned[playerid] == 0) { SendClientMessage(playerid, WHITE, "{FF4040}ERROR:{FFFFFF}Can not use commands right now."); return 1; }