SA-MP Forums Archive
Errors - help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Errors - help (/showthread.php?tid=381698)



Errors - help - Anak - 30.09.2012

EDIT: FIXED


Re: Errors - help - Anak - 30.09.2012

got it


Re: Errors - help - RedJohn - 30.09.2012

Do not double post. You have option to 'Edit' --><-- your post and type something like this:

Код:
	{
    if(pickupid == c1)
    ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "{228B22}Curch Of Lvcrrpg", "Pray\nConfess Your Sins\nDonate To The Curch\nHoly Wine - $294\nSoup - $10\nCurch Robbery", "Ok", "Cancel");
    }
    {
    if(pickupid == c2)
    ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "{228B22}Curch Of Lvcrrpg", "Pray\nConfess Your Sins\nDonate To The Curch\nHoly Wine - $294\nSoup - $10\nCurch Robbery", "Ok", "Cancel");
    }
    {
    if(pickupid == c3)
    ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "{228B22}Curch Of Lvcrrpg", "Pray\nConfess Your    Sins\nDonate To The Curch\nHoly Wine - $294\nSoup - $10\nCurch Robbery, "Ok", "Cancel"); //Line 63
    }
    {
    if(pickupid == c4)
    ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "{228B22}Curch Of Lvcrrpg", "Pray\nConfess Your Sins\nDonate To The Curch\nHoly Wine - $294\nSoup - $10\nCurch Robbery", "Ok", "Cancel");
    }
    return 1;
}
Errors
Код:
D:\waterpark\church_system.pwn(63) : error 001: expected token: "-string end-", but found "-identifier-"
D:\waterpark\church_system.pwn(63) : error 017: undefined symbol "Ok"
D:\waterpark\church_system.pwn(63) : warning 215: expression has no effect
D:\waterpark\church_system.pwn(63) : error 001: expected token: ";", but found "-identifier-"
D:\waterpark\church_system.pwn(63) : fatal error 107: too many error messages on one line
EDIT: Fixed.