[Help] Error
#1

The error:
Код:
(117) : error 029: invalid expression, assumed zero
The line's:
Код:
		if(adminlevel[playerid] >= 1
		{ //117
Reply
#2


pawn Код:
if(adminlevel[playerid] >= 1))
Reply
#3

Quote:
Originally Posted by Klutty
pawn Код:
if(adminlevel[playerid] >= 1))
i use the same type of admin script i tested that. works for me
Reply
#4

Quote:
Originally Posted by (*|Flake|*)
Quote:
Originally Posted by Klutty
pawn Код:
if(adminlevel[playerid] >= 1))
i use the same type of admin script i tested that. works for me
i maked my own system
Reply
#5

Quote:
Originally Posted by Klutty
pawn Код:
if(adminlevel[playerid] >= 1))
Isn't it
pawn Код:
if(adminlevel[playerid] >=1)
With one )? If not, why not?
Reply
#6

Quote:
Originally Posted by VonLeeuwen
Quote:
Originally Posted by Klutty
pawn Код:
if(adminlevel[playerid] >= 1))
Isn't it
pawn Код:
if(adminlevel[playerid] >=1)
With one )? If not, why not?
ye one )
Reply
#7

Quote:
Originally Posted by VonLeeuwen
Quote:
Originally Posted by Klutty
pawn Код:
if(adminlevel[playerid] >= 1))
Isn't it
pawn Код:
if(adminlevel[playerid] >=1)
With one )? If not, why not?
i was just about to say that...
Reply
#8

Oh yes you're right, i usually do like if(blablbla(playerid)), but now I saw that that wasnt the case, sorry.
Reply
#9

Don't worry, I was thinking I was getting old and couldn't remember things right, which I don't like..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)