10.04.2015, 11:33
Hello i'am trying to create a dialog this is the command
The problem is i can't compile it properly. I already define it. here's the error codes
The line 13854
+1 REP!
Код:
CMD:donatehelp(playerid, params[]) { { ShowPlayerDialogEx(playerid,s7955,DIALOG_STYLE_MSGBOX,"Donate Help","{FF6347}VIP Donations\n{FFFFFF}Gold - P150 Per Month / 650 Permanent\nSilver - P100 Per Month / P450 Permanent\nPremium - P80 Per Month / P300 Permanent\n{FFFF00}Vehicle Donation\n{FFFFFF}In Dealership - P150\nRare Vehicle - P200\nGang Vehicles[4 Doors] - P150\n{008000}Customized Headquarters\n{FFFFFF}Big HQ without interior - P350\nBig HQ with interior - P450\nCustomized Interior - P150\nGate - P80\n{00FFFF}Businesses\n{FFFFFF}Weaponshop/Bank - P450\n24/7 - P250\nClothes shop - P200\n{FFC0CB}Giftbox\n{FFFFFF}30GB - P50/ 120GB - P150/ 250GB - P350\n{FF00FF}Cookies\n{FFFFFF}50PHP - 90Cookies / 150PHP - 360cookies 350PHP - 750cookies\n{0000FF}Faction Donate\n{FFFFFF}Hitman R1 - 80PHP / R2 - 150PHP / R3 - 250PHP / R4 - 300PHP / R5 - 350PHP\nHot Air Balloon - 400PHP\nRent a Vehicle Ownership - 450PHP","Close", ""); } return 1; }
Код:
C:\Users\Windows7\Desktop\Microsoft Corporation ©\Irish Verse\pawno\include\a_samp.inc(30) : warning 201: redefinition of constant/macro (symbol "MAX_PLAYERS") C:\Users\Windows7\Desktop\Microsoft Corporation ©\Irish Verse\gamemodes\PRP-2-1.pwn(13853) : error 075: input line too long (after substitutions) C:\Users\Windows7\Desktop\Microsoft Corporation ©\Irish Verse\gamemodes\PRP-2-1.pwn(13854) : error 037: invalid string (possibly non-terminated string) C:\Users\Windows7\Desktop\Microsoft Corporation ©\Irish Verse\gamemodes\PRP-2-1.pwn(13854) : error 017: undefined symbol "FF6347" C:\Users\Windows7\Desktop\Microsoft Corporation ©\Irish Verse\gamemodes\PRP-2-1.pwn(13854) : error 017: undefined symbol "VIP" C:\Users\Windows7\Desktop\Microsoft Corporation ©\Irish Verse\gamemodes\PRP-2-1.pwn(13854) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors.
Код:
ShowPlayerDialogEx(playerid,s7955,DIALOG_STYLE_MSGBOX,"Donate Help","{FF6347}VIP Donations\n{FFFFFF}Gold - P150 Per Month / 650 Permanent\nSilver - P100 Per Month / P450 Permanent\nPremium - P80 Per Month / P300 Permanent\n{FFFF00}Vehicle Donation\n{FFFFFF}In Dealership - P150\nRare Vehicle - P200\nGang Vehicles[4 Doors] - P150\n{008000}Customized Headquarters\n{FFFFFF}Big HQ without interior - P350\nBig HQ with interior - P450\nCustomized Interior - P150\nGate - P80\n{00FFFF}Businesses\n{FFFFFF}Weaponshop/Bank - P450\n24/7 - P250\nClothes shop - P200\n{FFC0CB}Giftbox\n{FFFFFF}30GB - P50/ 120GB - P150/ 250GB - P350\n{FF00FF}Cookies\n{FFFFFF}50PHP - 90Cookies / 150PHP - 360cookies 350PHP - 750cookies\n{0000FF}Faction Donate\n{FFFFFF}Hitman R1 - 80PHP / R2 - 150PHP / R3 - 250PHP / R4 - 300PHP / R5 - 350PHP\nHot Air Balloon - 400PHP\nRent a Vehicle Ownership - 450PHP","Close", "");