PHP код:
new string[1500];
strcat(string, "Slot\tItem \tPrice \tAmmo\n\");
strcat(string, "1.\tDesert Eagle\t15 Points\t100\n\");
strcat(string, "2.\tShotgun\t10 Points\t40\n\");
strcat(string, "3.\tCombat - Shotgun\t40 Points\t100\n\");
strcat(string, "4.\tM4\t10 Points\t90\n\");
strcat(string, "5.\tSniper\t30 Points\t30\n\");
strcat(string, "6.\tGrenades\t60 Points\t30\n\");
strcat(string, "7.\tAK - 47\t150 Points\t30\n\");
strcat(string, "8.\tCountry - Rifle\t30 Points\t30\n\");
strcat(string, "9.\tSilenced - 9mm\t70 Point\t170\n\");
strcat(string, "10.\tParachute\t30 Points\t-\n\");
strcat(string, "11.\tJetpack\t30 Points\t-\n\");
strcat(string, "12.\tTear - Gas\t60 Points\t5\n\");
strcat(string, "13.\tMolotov - Cocktail \t30 Points\t5\n\");
strcat(string, "14.\tDildo\t1 Point\t-\n\");
strcat(string, "15.\tPurple - Dildo\t1 Point\t-\n\");
strcat(string, "16.\tVibrator\t1 Point\t-\n\");
strcat(string, "17.\tSilver Vibrator\t1 Point\t-\n\");
strcat(string, "18.\tFull Health\t150 Points\t-");
ShowPlayerDialog(playerid,8, DIALOG_STYLE_TABLIST_HEADERS, "Market (Shop)", string, "Buy", "Leave");
Код:
C:\Users\Wallen\Desktop\SA-MP\LS DM\gamemodes\DBv1.pwn(2809) : warning 217: loose indentation
C:\Users\Wallen\Desktop\SA-MP\LS DM\gamemodes\DBv1.pwn(2824) : warning 217: loose indentation
C:\Users\Wallen\Desktop\SA-MP\LS DM\gamemodes\DBv1.pwn(2929) : warning 217: loose indentation
C:\Users\Wallen\Desktop\SA-MP\LS DM\gamemodes\DBv1.pwn(4091) : error 075: input line too long (after substitutions)
C:\Users\Wallen\Desktop\SA-MP\LS DM\gamemodes\DBv1.pwn(4099) : error 037: invalid string (possibly non-terminated string)
C:\Users\Wallen\Desktop\SA-MP\LS DM\gamemodes\DBv1.pwn(4099) : warning 215: expression has no effect
C:\Users\Wallen\Desktop\SA-MP\LS DM\gamemodes\DBv1.pwn(4099) : error 001: expected token: ";", but found "\"
C:\Users\Wallen\Desktop\SA-MP\LS DM\gamemodes\DBv1.pwn(4099) : error 029: invalid expression, assumed zero
C:\Users\Wallen\Desktop\SA-MP\LS DM\gamemodes\DBv1.pwn(4099) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.