Please help me about gamemode
#1

Guys I need help Please help me here is the screen
http://imgur.com/a/oteeJ
http://imgur.com/a/oteeJ
Reply
#2

Don't make screenshots of text that you can copy and paste. And what's with the asterisk?
Reply
#3

Can you help me?
Reply
#4

Upload Code And Errors Code

So WE Can Help You Okay!
Reply
#5

Where to upload
here?
Reply
#6

Yep, just paste the code you need help with here.
Reply
#7

Okay, wait
Reply
#8

/*if(dialogid == OOCMENU)
{
if(response)
{
if(listitem == 0) //
{
if(RegistrationStep[playerid] == 3)
{
SendClientMessage(playerid, COLOR_RED, "Answer Result : Wrong - You have been Kicked.");
Kick(playerid);
return 1;
}
}
if(listitem == 1) //
{
if(RegistrationStep[playerid] == 3)
{
SendClientMessage(playerid, COLOR_RED, "Answer Result : Wrong - You have been Kicked.");
Kick(playerid);
return 1;
}
}
if(listitem == 2) //
{
if(RegistrationStep[playerid] == 3)
{
RegistrationStep[playerid] = 4;
ShowPlayerDialog(playerid, DMMENU, DIALOG_STYLE_LIST, "What does DM mean?","Death Metal\nDeath Match\nDangerous Monkey ", "Select", "Cancel");
return 1;
}
}
}
return 1;
}
if(dialogid == DMMENU)
{
if(response)
{
if(listitem == 0) //
{
if(RegistrationStep[playerid] == 4)
{
SendClientMessage(playerid, COLOR_RED, "Answer Result : Wrong - You have been Kicked.");
Kick(playerid);
return 1;
}
}
if(listitem == 1) //
{
if(RegistrationStep[playerid] == 4)
{
RegistrationStep[playerid] = 5;
ShowPlayerDialog(playerid, PGMENU, DIALOG_STYLE_LIST, "What does PG mean?","Power Gaming\nPig Gaming\nPlay Grants", "Select", "Cancel");
return 1;
}
}
if(listitem == 2) //
{
if(RegistrationStep[playerid] == 4)
{
SendClientMessage(playerid, COLOR_RED, "Answer Result : Wrong - You have been Kicked.");
Kick(playerid);
return 1;
}
}
}
return 1;
}
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;
}
if(dialogid == CKMENU)
{
if(response)
{
if(listitem == 0) //
{
if(RegistrationStep[playerid] ==
{
SendClientMessage(playerid, COLOR_RED, "Answer Result : Wrong - You have been Kicked.");
Kick(playerid);
return 1;
}
}
if(listitem == 1) //
{
if(RegistrationStep[playerid] ==
{
SendClientMessage(playerid, COLOR_RED, "Answer Result : Wrong - You have been Kicked.");
Kick(playerid);
return 1;
}
}
if(listitem == 2) //
{
if(RegistrationStep[playerid] ==
{
RegistrationStep[playerid] = 0;
CanTalk[playerid] = 1;
TutTime[playerid] = 0;
return 1;
}
}
}
return 1;
Reply
#9

/*if(dialogid == OOCMENU)

Remove the highlighted part and see what happens.
Reply
#10

Quote:
Originally Posted by T3MO9
Посмотреть сообщение
/*if(dialogid == OOCMENU)
Blah blah blah
Your retarded post for the whole code before
return 1;
They invented Pastebin and the " [ Code ] & [ /Code ] " For a reason
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)