errors when compiling
#5

try this
:
#include <a_samp>

public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/help", cmdtext, true, 10) == 0)
{
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "HELP MENU", "list1\nlist2\nlist3\nlist4\nlist5\nlist6\nlist7\n list8\nlist9\nlist10\nlist11\nlist12\nlist13\nlist 14 ", "Choose", "Exit");
return 1;
}
return 0;
}

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == 1) // Menu Help Dialog
{
if(!response) return SendClientMessage(playerid, 0xFFFFFFAA, "Menu exited");
switch(listitem)
{
case 0: // General Help
{
new pDialog[555];
strcat(pDialog, "{FFFFFF}Hi, and welcome to my {FF0000}super duper awesome {FFFFFF}server!\n");
strcat(pDialog, "{FFFFFF}Here are some {FF0000}rules {FFFFFF}that you should respect:\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}1. {FFFFFF}You are not allowed to spam.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}2. {FFFFFF}You are not allowed to advertise.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}3. {FFFFFF}You are not allowed to cheat/hack.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}4. {FFFFFF}You are not allowed to spawnkill.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}5. {FFFFFF}You are not allowed to insult others.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}6. {FFFFFF}You are not allowed to beg for admin.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}There are special rules for {33AA33}VIPs{FFFFFF}! Please check\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}/yaddayaddayadda {FFFFFF}for more information!", sizeof(pDialog));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{0000BB}My Super Rules", pDialog, "OK", "Cancel");
return 1;
}
case 1: // Account Help
{
new pDialog[555];
strcat(pDialog, "{FFFFFF}Hi, and welcome to my {FF0000}super duper awesome {FFFFFF}server!\n");
strcat(pDialog, "{FFFFFF}Here are some {FF0000}rules {FFFFFF}that you should respect:\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}1. {FFFFFF}You are not allowed to spam.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}2. {FFFFFF}You are not allowed to advertise.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}3. {FFFFFF}You are not allowed to cheat/hack.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}4. {FFFFFF}You are not allowed to spawnkill.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}5. {FFFFFF}You are not allowed to insult others.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}6. {FFFFFF}You are not allowed to beg for admin.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}There are special rules for {33AA33}VIPs{FFFFFF}! Please check\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}/yaddayaddayadda {FFFFFF}for more information!", sizeof(pDialog));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{0000BB}My Super Rules", pDialog, "OK", "Cancel");
return 1;
}
case 2: // Information
{
new pDialog[555];
strcat(pDialog, "{FFFFFF}Hi, and welcome to my {FF0000}super duper awesome {FFFFFF}server!\n");
strcat(pDialog, "{FFFFFF}Here are some {FF0000}rules {FFFFFF}that you should respect:\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}1. {FFFFFF}You are not allowed to spam.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}2. {FFFFFF}You are not allowed to advertise.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}3. {FFFFFF}You are not allowed to cheat/hack.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}4. {FFFFFF}You are not allowed to spawnkill.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}5. {FFFFFF}You are not allowed to insult others.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}6. {FFFFFF}You are not allowed to beg for admin.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}There are special rules for {33AA33}VIPs{FFFFFF}! Please check\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}/yaddayaddayadda {FFFFFF}for more information!", sizeof(pDialog));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{0000BB}My Super Rules", pDialog, "OK", "Cancel");
return 1;
}
case 3:
{
new pDialog[555];
strcat(pDialog, "{FFFFFF}Hi, and welcome to my {FF0000}super duper awesome {FFFFFF}server!\n");
strcat(pDialog, "{FFFFFF}Here are some {FF0000}rules {FFFFFF}that you should respect:\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}1. {FFFFFF}You are not allowed to spam.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}2. {FFFFFF}You are not allowed to advertise.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}3. {FFFFFF}You are not allowed to cheat/hack.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}4. {FFFFFF}You are not allowed to spawnkill.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}5. {FFFFFF}You are not allowed to insult others.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}6. {FFFFFF}You are not allowed to beg for admin.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}There are special rules for {33AA33}VIPs{FFFFFF}! Please check\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}/yaddayaddayadda {FFFFFF}for more information!", sizeof(pDialog));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{0000BB}My Super Rules", pDialog, "OK", "Cancel");
return 1;
}
case 4:
{
new pDialog[555];
strcat(pDialog, "{FFFFFF}Hi, and welcome to my {FF0000}super duper awesome {FFFFFF}server!\n");
strcat(pDialog, "{FFFFFF}Here are some {FF0000}rules {FFFFFF}that you should respect:\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}1. {FFFFFF}You are not allowed to spam.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}2. {FFFFFF}You are not allowed to advertise.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}3. {FFFFFF}You are not allowed to cheat/hack.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}4. {FFFFFF}You are not allowed to spawnkill.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}5. {FFFFFF}You are not allowed to insult others.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}6. {FFFFFF}You are not allowed to beg for admin.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}There are special rules for {33AA33}VIPs{FFFFFF}! Please check\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}/yaddayaddayadda {FFFFFF}for more information!", sizeof(pDialog));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{0000BB}My Super Rules", pDialog, "OK", "Cancel");
return 1;
}
case 5:
{
new pDialog[555];
strcat(pDialog, "{FFFFFF}Hi, and welcome to my {FF0000}super duper awesome {FFFFFF}server!\n");
strcat(pDialog, "{FFFFFF}Here are some {FF0000}rules {FFFFFF}that you should respect:\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}1. {FFFFFF}You are not allowed to spam.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}2. {FFFFFF}You are not allowed to advertise.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}3. {FFFFFF}You are not allowed to cheat/hack.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}4. {FFFFFF}You are not allowed to spawnkill.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}5. {FFFFFF}You are not allowed to insult others.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}6. {FFFFFF}You are not allowed to beg for admin.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}There are special rules for {33AA33}VIPs{FFFFFF}! Please check\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}/yaddayaddayadda {FFFFFF}for more information!", sizeof(pDialog));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{0000BB}My Super Rules", pDialog, "OK", "Cancel");
return 1;
}
case 6:
{
new pDialog[555];
strcat(pDialog, "{FFFFFF}Hi, and welcome to my {FF0000}super duper awesome {FFFFFF}server!\n");
strcat(pDialog, "{FFFFFF}Here are some {FF0000}rules {FFFFFF}that you should respect:\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}1. {FFFFFF}You are not allowed to spam.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}2. {FFFFFF}You are not allowed to advertise.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}3. {FFFFFF}You are not allowed to cheat/hack.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}4. {FFFFFF}You are not allowed to spawnkill.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}5. {FFFFFF}You are not allowed to insult others.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}6. {FFFFFF}You are not allowed to beg for admin.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}There are special rules for {33AA33}VIPs{FFFFFF}! Please check\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}/yaddayaddayadda {FFFFFF}for more information!", sizeof(pDialog));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{0000BB}My Super Rules", pDialog, "OK", "Cancel");
return 1;
}
case 7:
{
new pDialog[555];
strcat(pDialog, "{FFFFFF}Hi, and welcome to my {FF0000}super duper awesome {FFFFFF}server!\n");
strcat(pDialog, "{FFFFFF}Here are some {FF0000}rules {FFFFFF}that you should respect:\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}1. {FFFFFF}You are not allowed to spam.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}2. {FFFFFF}You are not allowed to advertise.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}3. {FFFFFF}You are not allowed to cheat/hack.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}4. {FFFFFF}You are not allowed to spawnkill.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}5. {FFFFFF}You are not allowed to insult others.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}6. {FFFFFF}You are not allowed to beg for admin.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}There are special rules for {33AA33}VIPs{FFFFFF}! Please check\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}/yaddayaddayadda {FFFFFF}for more information!", sizeof(pDialog));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{0000BB}My Super Rules", pDialog, "OK", "Cancel");
return 1;
}
case 8:
{
new pDialog[555];
strcat(pDialog, "{FFFFFF}Hi, and welcome to my {FF0000}super duper awesome {FFFFFF}server!\n");
strcat(pDialog, "{FFFFFF}Here are some {FF0000}rules {FFFFFF}that you should respect:\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}1. {FFFFFF}You are not allowed to spam.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}2. {FFFFFF}You are not allowed to advertise.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}3. {FFFFFF}You are not allowed to cheat/hack.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}4. {FFFFFF}You are not allowed to spawnkill.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}5. {FFFFFF}You are not allowed to insult others.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}6. {FFFFFF}You are not allowed to beg for admin.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}There are special rules for {33AA33}VIPs{FFFFFF}! Please check\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}/yaddayaddayadda {FFFFFF}for more information!", sizeof(pDialog));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{0000BB}My Super Rules", pDialog, "OK", "Cancel");
return 1;
}
case 9:
{
new pDialog[555];
strcat(pDialog, "{FFFFFF}Hi, and welcome to my {FF0000}super duper awesome {FFFFFF}server!\n");
strcat(pDialog, "{FFFFFF}Here are some {FF0000}rules {FFFFFF}that you should respect:\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}1. {FFFFFF}You are not allowed to spam.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}2. {FFFFFF}You are not allowed to advertise.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}3. {FFFFFF}You are not allowed to cheat/hack.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}4. {FFFFFF}You are not allowed to spawnkill.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}5. {FFFFFF}You are not allowed to insult others.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}6. {FFFFFF}You are not allowed to beg for admin.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}There are special rules for {33AA33}VIPs{FFFFFF}! Please check\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}/yaddayaddayadda {FFFFFF}for more information!", sizeof(pDialog));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{0000BB}My Super Rules", pDialog, "OK", "Cancel");
return 1;
}
case 10:
{
new pDialog[555];
strcat(pDialog, "{FFFFFF}Hi, and welcome to my {FF0000}super duper awesome {FFFFFF}server!\n");
strcat(pDialog, "{FFFFFF}Here are some {FF0000}rules {FFFFFF}that you should respect:\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}1. {FFFFFF}You are not allowed to spam.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}2. {FFFFFF}You are not allowed to advertise.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}3. {FFFFFF}You are not allowed to cheat/hack.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}4. {FFFFFF}You are not allowed to spawnkill.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}5. {FFFFFF}You are not allowed to insult others.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}6. {FFFFFF}You are not allowed to beg for admin.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}There are special rules for {33AA33}VIPs{FFFFFF}! Please check\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}/yaddayaddayadda {FFFFFF}for more information!", sizeof(pDialog));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{0000BB}My Super Rules", pDialog, "OK", "Cancel");
return 1;
}
case 11:
{
new pDialog[555];
strcat(pDialog, "{FFFFFF}Hi, and welcome to my {FF0000}super duper awesome {FFFFFF}server!\n");
strcat(pDialog, "{FFFFFF}Here are some {FF0000}rules {FFFFFF}that you should respect:\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}1. {FFFFFF}You are not allowed to spam.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}2. {FFFFFF}You are not allowed to advertise.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}3. {FFFFFF}You are not allowed to cheat/hack.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}4. {FFFFFF}You are not allowed to spawnkill.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}5. {FFFFFF}You are not allowed to insult others.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}6. {FFFFFF}You are not allowed to beg for admin.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}There are special rules for {33AA33}VIPs{FFFFFF}! Please check\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}/yaddayaddayadda {FFFFFF}for more information!", sizeof(pDialog));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{0000BB}My Super Rules", pDialog, "OK", "Cancel");
return 1;
}
case 12:
{
new pDialog[555];
strcat(pDialog, "{FFFFFF}Hi, and welcome to my {FF0000}super duper awesome {FFFFFF}server!\n");
strcat(pDialog, "{FFFFFF}Here are some {FF0000}rules {FFFFFF}that you should respect:\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}1. {FFFFFF}You are not allowed to spam.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}2. {FFFFFF}You are not allowed to advertise.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}3. {FFFFFF}You are not allowed to cheat/hack.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}4. {FFFFFF}You are not allowed to spawnkill.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}5. {FFFFFF}You are not allowed to insult others.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}6. {FFFFFF}You are not allowed to beg for admin.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}There are special rules for {33AA33}VIPs{FFFFFF}! Please check\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}/yaddayaddayadda {FFFFFF}for more information!", sizeof(pDialog));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{0000BB}My Super Rules", pDialog, "OK", "Cancel");
return 1;
}
case 13:
{
new pDialog[555];
strcat(pDialog, "{FFFFFF}Hi, and welcome to my {FF0000}super duper awesome {FFFFFF}server!\n");
strcat(pDialog, "{FFFFFF}Here are some {FF0000}rules {FFFFFF}that you should respect:\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}1. {FFFFFF}You are not allowed to spam.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}2. {FFFFFF}You are not allowed to advertise.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}3. {FFFFFF}You are not allowed to cheat/hack.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}4. {FFFFFF}You are not allowed to spawnkill.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}5. {FFFFFF}You are not allowed to insult others.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}6. {FFFFFF}You are not allowed to beg for admin.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}There are special rules for {33AA33}VIPs{FFFFFF}! Please check\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}/yaddayaddayadda {FFFFFF}for more information!", sizeof(pDialog));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{0000BB}My Super Rules", pDialog, "OK", "Cancel");
return 1;
}
case 14:
{
new pDialog[555];
strcat(pDialog, "{FFFFFF}Hi, and welcome to my {FF0000}super duper awesome {FFFFFF}server!\n");
strcat(pDialog, "{FFFFFF}Here are some {FF0000}rules {FFFFFF}that you should respect:\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}1. {FFFFFF}You are not allowed to spam.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}2. {FFFFFF}You are not allowed to advertise.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}3. {FFFFFF}You are not allowed to cheat/hack.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}4. {FFFFFF}You are not allowed to spawnkill.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}5. {FFFFFF}You are not allowed to insult others.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}6. {FFFFFF}You are not allowed to beg for admin.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}There are special rules for {33AA33}VIPs{FFFFFF}! Please check\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}/yaddayaddayadda {FFFFFF}for more information!", sizeof(pDialog));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{0000BB}My Super Rules", pDialog, "OK", "Cancel");
return 1;
}

case 15:
{
new pDialog[555];
strcat(pDialog, "{FFFFFF}Hi, and welcome to my {FF0000}super duper awesome {FFFFFF}server!\n");
strcat(pDialog, "{FFFFFF}Here are some {FF0000}rules {FFFFFF}that you should respect:\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}1. {FFFFFF}You are not allowed to spam.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}2. {FFFFFF}You are not allowed to advertise.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}3. {FFFFFF}You are not allowed to cheat/hack.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}4. {FFFFFF}You are not allowed to spawnkill.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}5. {FFFFFF}You are not allowed to insult others.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}6. {FFFFFF}You are not allowed to beg for admin.\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}There are special rules for {33AA33}VIPs{FFFFFF}! Please check\n", sizeof(pDialog));
strcat(pDialog, "{33AA33}/yaddayaddayadda {FFFFFF}for more information!", sizeof(pDialog));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "{0000BB}My Super Rules", pDialog, "OK", "Cancel");
return 1;
}
}
}
return 1;
}
Reply


Messages In This Thread
[RESOLVE] errors when compiling - by Whatwasit - 16.08.2015, 22:22
Re: errors when compiling - by Andre02 - 16.08.2015, 22:37
Re: errors when compiling - by ZToPMaN - 16.08.2015, 22:42
Re : errors when compiling - by Whatwasit - 16.08.2015, 22:56
Re: errors when compiling - by ZToPMaN - 16.08.2015, 23:03
Re: errors when compiling - by Whatwasit - 16.08.2015, 23:13
Re: errors when compiling - by ZToPMaN - 16.08.2015, 23:41

Forum Jump:


Users browsing this thread: 1 Guest(s)