Error - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Error (
/showthread.php?tid=206266)
Error -
iJumbo - 03.01.2011
Hi all ... i have this error
pawn Код:
error 075: input line too long (after substitutions)
error 010: invalid function or declaration
error 010: invalid function or declaration
error 010: invalid function or declaration
and this is the code
pawn Код:
new D[NUMEROMASSIMOPAGINE ][MAX_DEFINIZIONE] = {
"Come si gioca in questo server!\nPer prima cosa scrivi /help per vedere tutti gli aiuti\
\npoi puoi scrivere /pcmds per vedere i comandi a disposizione\nChiama un admin in linea \
per maggior aiuti\nnn sai chi и admin? scrivi /admins",
//NOOB
"I novizi, o newbie, o n00b, o niubbi, o nabbi sono una specie protetta \
dal WWF e dalla convenzione di Ginevra.\
\nI novizi, chiamati anche nuovi arrivi o nuovi arrivati, sono esseri \
stranissimi che quotidianamente sbucano fuori \
in qualunque attivitа legata alla rete,\nNei forum si presentano\
facendo domande la cui risposta potrebbe essere \
trovata semplicemente utilizzando strumenti astrusi come ******\
o il proprio cervello\nI niubbi sono presenti anche\
nei giochi online. Prendiamo per esempio un FPS: il niubbo\
appena inizia spara su tutti, alleati compresi, e stranamente \
riesce a uccidere solo e soltanto gli alleati. A fine partita \
bestemmia perchй non capisce come sia possibile avere perso 200 punti.",
//JUMBIO
"[ISS]jumbo и il founder\nScripter\nMapper\ndi questo server! non ce altro ! :D",
//WIKIPEDIA
"Un enciclopedia и una cosa che da definizioni su cose che la persona vuole sapere .."
};
some 1 can help?
Re: Error -
iJumbo - 03.01.2011
Sorry for this bump ... BUT I VERY VERY NEED IT please...
Re: Error -
HyperZ - 03.01.2011
Removed.
Re: Error -
Babul - 03.01.2011
by splitting the large String[2048] into smaller parts (AddString[8][256]), then (format(String,sizeof(String),"%s%s",String,AddStr ing[Looped])); in a loop will do the trick, i use it in the fireworks dialog. it grows and grows. with no problems ^^
Re: Error -
iJumbo - 03.01.2011
how i format in a new variable ...
and its full code