#1

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
Reply
#2

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

show us this line pls. (164
Reply
#4

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

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

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?

Reply
#7

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

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)