Help needed
#1

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:
Код:
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;
}
NOTE: ShowPlayerDialog is the line 17130.

Thanks in advance.

Cheers.
Reply


Messages In This Thread
Help needed - by Proximo - 10.05.2014, 09:17
Re: Help needed - by Twizted - 10.05.2014, 09:24
Re: Help needed - by Guest4390857394857 - 10.05.2014, 09:26
Re: Help needed - by SecondMillenium - 10.05.2014, 09:26
Re: Help needed - by DaniceMcHarley - 10.05.2014, 09:27
Re: Help needed - by Proximo - 10.05.2014, 09:36

Forum Jump:


Users browsing this thread: 1 Guest(s)