10.05.2014, 09:17
Hey there SA-MP Community.
I am having this error while compiling the code:
"(17130) : error 075: input line too long (after substitutions)"
Code HERE:
NOTE: ShowPlayerDialog is the line 17130.
Thanks in advance.
Cheers.
I am having this error while compiling the code:
"(17130) : error 075: input line too long (after substitutions)"
Code HERE:
Код:
CMD:level3(playerid,params[]) { #pragma unused params if(PlayerInfo[playerid][Level] >= 3) { ShowPlayerDialog(playerid, 10, DIALOG_STYLE_MSGBOX, "{46BEE6}Level 3 Commands:", " /giveweapon, /sethealth, /setarmour, /givecash, /setskin, /setwanted, /setname, /setweather \n /settime, /setworld, /setinterior, /force, /eject, /bankrupt, /sbankrupt, /ubound \n /lweaps, /countdown, /lammo, /lcar, /lplane, /lhunter, /lrhino, /lseas \n /lsparrow, /lhydra, /carhealth, ,/carcolour, /setping, /announce, /announce2, /destroycar \n /warp, /teleplayer, /vget, /givecar, /givebike, /gethere, /get, /explode \n /jail, /unjail, /freeze, /unfreeze, /akill, /aka, /cac, /caps \n /move, /moveplayer, /healall, /armourall, /lweather, /ltime, /lweapons", "Okay", "Close"); } else return SendClientMessage(playerid,red,"ERROR: You need to be level 3 to use this command"); return 1; }
Thanks in advance.
Cheers.