28.12.2009, 15:01
The Code is:
(( Pastebin verison - http://pastebin.com/m4afe4546 ))
The errors im getting are:
(( Paste bin Verison - http://pastebin.com/m4f58e555 ))
I don't know what's wrong with the code. It looks like nothing is wrong at all.
Код:
ShowPlayerDialog(playerid,15, DIALOG_STYLE_LIST,"Buy Outfit","Black Male /w Blue shirt & Cargo Pants\nBlack Male /w Gas Mask on face\nBlack male /w White Sleeves and Read & Black Jersey\nShirtless Black man /w Read Pants and hat\nBlack Male /w Yellow shirt\nWhite Male with Green Shirt\nBlack male /w White shoes\nBlack Male with Orange Jersey\nAsian Man (looks like Yao Ming)\nBlack Male (Drug Dealer in SP)\nSpanish looking male /w White shirt\nSpanish Man /w Glasses\nWhite Male /w Brown Shirt\nItalian Fat Male\nWhite Male /w Hoodie\nSpanish Man (Drug Dealer in SP)\nBlack Male /w Black vest & White Sleeves\nCluckin Bell Man\nClown\nWhite Male /w Jogging Outfit\nWhite Male /w Hat Backwards","Buy","Cancel");
The errors im getting are:
Код:
C:\Program Files\Rockstar Games\GTA San Andreas\SA-MP Scripting\gamemodes\SWRP.pwn(3765) : error 075: input line too long (after substitutions) C:\Program Files\Rockstar Games\GTA San Andreas\SA-MP Scripting\gamemodes\SWRP.pwn(3766) : error 037: invalid string (possibly non-terminated string) C:\Program Files\Rockstar Games\GTA San Andreas\SA-MP Scripting\gamemodes\SWRP.pwn(3766) : error 017: undefined symbol "Black" C:\Program Files\Rockstar Games\GTA San Andreas\SA-MP Scripting\gamemodes\SWRP.pwn(3766) : error 017: undefined symbol "Male" C:\Program Files\Rockstar Games\GTA San Andreas\SA-MP Scripting\gamemodes\SWRP.pwn(3766) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors.
I don't know what's wrong with the code. It looks like nothing is wrong at all.