SA-MP Forums Archive
I get this errors, help! - 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: I get this errors, help! (/showthread.php?tid=251885)



I get this errors, help! - NitoPSG - 29.04.2011

I get this errors:

: error 012: invalid function call, not a valid address
: warning 215: expression has no effect
: error 001: expected token: ";", but found ")"
: error 029: invalid expression, assumed zero
: fatal error 107: too many error messages on one line

in this line:

Код:
format(formatZ,sizeof(formatZ),"%s.ox",PlayerName(playerid));



Re: I get this errors, help! - Retardedwolf - 29.04.2011

format( formatZ, sizeof( formatZ ), "%s", PlayerName( playerid ) );


Re: I get this errors, help! - NitoPSG - 29.04.2011

Quote:
Originally Posted by Retardedwolf
Посмотреть сообщение
format( formatZ, sizeof( formatZ ), "%s", PlayerName( playerid ) );
still get tha same errors :/


Re: I get this errors, help! - Vince - 29.04.2011

Check the line above it.