SA-MP Forums Archive
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: HELP! (/showthread.php?tid=147529)



HELP! - Luis- - 12.05.2010

What does this mean, and how can i fix?

Код:
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(1648) : error 029: invalid expression, assumed zero
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(1648) : error 029: invalid expression, assumed zero
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(1648) : error 029: invalid expression, assumed zero
- Luis


Re: HELP! - Faith - 12.05.2010

Go to the line 1648 and copy the code for us, so we can help you.


Re: HELP! - Killa_ - 12.05.2010

show us this line pls. (164


Re: HELP! - Luis- - 12.05.2010

Код:
			if ((noooc) && PlayerInfo[playerid][pAdmin] < 1)



Re: HELP! - Killa_ - 12.05.2010

pawn Код:
if(!noooc && PlayerInfo[playerid][pAdmin] < 1)



Re: HELP! - Luis- - 12.05.2010

Quote:
Originally Posted by Killa_
pawn Код:
if(!noooc && PlayerInfo[playerid][pAdmin] < 1)
Thanks,

Код:
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
error 029: invalid expression, assumed zero
The errors are from the code you gave?




Re: HELP! - Killa_ - 12.05.2010

No, these are more errors from somewhere else. Post the code causing those errors.


Re: HELP! - Luis- - 12.05.2010

Код:
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(1649) : error 029: invalid expression, assumed zero
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(1649) : warning 215: expression has no effect
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(1649) : error 001: expected token: ";", but found "]"
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(1649) : fatal error 107: too many error messages on one line
That is were the code you gave is?


Re: HELP! - Luis- - 12.05.2010

Quote:
Originally Posted by Luis_Geramia
Код:
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(1649) : error 029: invalid expression, assumed zero
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(1649) : warning 215: expression has no effect
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(1649) : error 001: expected token: ";", but found "]"
C:\Users\BooNii3\San andreas SAMP Servers\Shizzleton FR\gamemodes\SVRP-v2-BETA.pwn(1649) : fatal error 107: too many error messages on one line
That is were the code you gave is?
Help