Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(dialogid == PGMENU)
- {
- if(response)
- {
- if(listitem == 0) //
- {
- if(RegistrationStep[playerid] == 5)
- {
- RegistrationStep[playerid] = 6;
- ShowPlayerDialog(playerid, PCMENU, DIALOG_STYLE_LIST, "Provoking Cops is allowed ?","Yes it is\nIf the cop Agree\nNever unless with Admin Permission", "Select", "Cancel");
- return 1;
- }
- }
- if(listitem == 1) //
- {
- if(RegistrationStep[playerid] == 5)
- {
- SendClientMessage(playerid, COLOR_RED, "Answer Result : Wrong - You have been Kicked.");
- Kick(playerid);
- return 1;
- }
- }
- if(listitem == 2) //
- {
- if(RegistrationStep[playerid] == 5)
- {
- SendClientMessage(playerid, COLOR_RED, "Answer Result : Wrong - You have been Kicked.");
- Kick(playerid);
- return 1;
- }
- }
- }
- return 1;
- }
- if(dialogid == PCMENU)
- {
- if(response)
- {
- if(listitem == 0) //
- {
- if(RegistrationStep[playerid] == 6)
- {
- SendClientMessage(playerid, COLOR_RED, "Answer Result : Wrong - You have been Kicked.");
- Kick(playerid);
- return 1;
- }
- }
- if(listitem == 1) //
- {
- if(RegistrationStep[playerid] == 6)
- {
- SendClientMessage(playerid, COLOR_RED, "Answer Result : Wrong - You have been Kicked.");
- Kick(playerid);
- return 1;
- }
- }
- if(listitem == 2) //
- {
- if(RegistrationStep[playerid] == 6)
- {
- RegistrationStep[playerid] = 7;
- ShowPlayerDialog(playerid, CKMENU, DIALOG_STYLE_LIST, "What does CK mean?","Never heard of\nChicken Krap\nCharchter Kill", "Select", "Cancel");
- return 1;
- }
- }
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment