Error while compiling
#1

Код:
CMD:f(playerid,params[])
{
new tekst [MAX_STRING];
if (sscanf(params, "s[90]", tekst)) SendClientMessage(playerid,0xFF0000AA,  "Koristenje: /f [text]");
else{
if( GetPVarInt(playerid,"Lider") == 1) {
new string[89]; format(string, sizeof(string), " Lider OrgJedan %s kaze: %s", ImeIgraca(playerid), params[0] );
return PorukaOrgJedan(0xFF0000AA,string);
}
else
{
if( GetPVarInt(playerid,"Clan") == 1 ) {
new string[89]; format(string, sizeof(string), " Clan OrgJedan %s kaze: %s", ImeIgraca(playerid), params[0] );
return PorukaOrgJedan(0xFF0000AA,string);
}
else  return SendClientMessage(playerid,0xFF0000AA,"Niste clan OrgJedan!");
[
ERRORS

Код:
C:\Users\PC\Desktop\Dejanovi folderi\Black Angeles Roleplay\gamemodes\BARP.pwn(582) : error 017: undefined symbol "MAX_STRING"
C:\Users\PC\Desktop\Dejanovi folderi\Black Angeles Roleplay\gamemodes\BARP.pwn(582) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\PC\Desktop\Dejanovi folderi\Black Angeles Roleplay\gamemodes\BARP.pwn(582) : error 036: empty statement
C:\Users\PC\Desktop\Dejanovi folderi\Black Angeles Roleplay\gamemodes\BARP.pwn(582) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
4 Errors.

help
__________________
Black Angeles Roleplay 4% completed
Tutorials Filterscripts
Reply


Messages In This Thread
Error while compiling - by Dejan12345 - 05.08.2016, 12:24
Re: Error while compiling - by SyS - 05.08.2016, 12:26
Re: Error while compiling - by Dejan12345 - 05.08.2016, 12:29
Re: Error while compiling - by SyS - 05.08.2016, 12:38
Re: Error while compiling - by Dejan12345 - 05.08.2016, 12:39
Re: Error while compiling - by SyS - 05.08.2016, 12:42
Re: Error while compiling - by Dejan12345 - 05.08.2016, 12:43
Re: Error while compiling - by SyS - 05.08.2016, 12:46
Re: Error while compiling - by Dejan12345 - 05.08.2016, 12:49
Re: Error while compiling - by Dejan12345 - 05.08.2016, 12:57

Forum Jump:


Users browsing this thread: 1 Guest(s)