SA-MP Forums Archive
Help Me - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help Me (/showthread.php?tid=439860)



Help Me - TomatoRage - 27.05.2013

Код:
C:\Users\maher\Desktop\Iron-Players\gamemodes\Iron-Players.pwn(6794) : error 075: input line too long (after substitutions)
C:\Users\maher\Desktop\Iron-Players\gamemodes\Iron-Players.pwn(6795) : error 037: invalid string (possibly non-terminated string)
C:\Users\maher\Desktop\Iron-Players\gamemodes\Iron-Players.pwn(6795) : error 017: undefined symbol "FFFFFF"
C:\Users\maher\Desktop\Iron-Players\gamemodes\Iron-Players.pwn(6795) : error 029: invalid expression, assumed zero
C:\Users\maher\Desktop\Iron-Players\gamemodes\Iron-Players.pwn(6795) : fatal error 107: too many error messages on one line
i got these errors when i wrote something new in my dialog

pawn Код:
if(AdminLevel[playerid] >= 1337)
    {
        ShowPlayerDialog(playerid,DIALOG_ADCMDS,DIALOG_STYLE_MSGBOX,"{33CCFF}ADMINISTRATOR Level 1337 COMMANDS(1):","{FFFFFF}/setlevel /chat /warn /(un)mute /(un)freeze /kick /spectate /specoff /take(give)reg /jail /ban\n/kill /an(nounce) /blow /goto /giveweapon /bring /g(ive)c(ash)\n/godmode /take(give)army /take(give)cia /jetpack /clearchat /setscore /rac /setarmour /sethealth /sveh /gmx\n/(ad)rep(air) /unban /take(give)vip /setskin /slap /adcure /boost /setefowner /ghcmds(Rcon) /aa(un)protect(Rcon) /setrobskill /settlevel","Ok","Cancel");
    }
    return 1;
}
how can i fix it its says to long


Re: Help Me - GreTex - 27.05.2013

Use Strcat?
It'll Fix the problem


Re: Help Me - TomatoRage - 27.05.2013

Quote:
Originally Posted by GreTex
Посмотреть сообщение
Use Strcat?
It'll Fix the problem
strcat??

example !!