Help Me
#1

Код:
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
Reply
#2

Use Strcat?
It'll Fix the problem
Reply
#3

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

example !!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)