Errors - help
#1

EDIT: FIXED
Reply
#2

got it
Reply
#3

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)