error 017: undefined symbol "isnull"
#1

pawn Код:
error 017: undefined symbol "isnull"
pawn Код:
!isnull(houseDB[GetPlayerHouseID(playerid)][Owner])
And "isnull" IS defined in ZCMD.inc, and it is included. I don't get it...why does it say its undefined, i used to work, and one just started not working. I already re-downloaded the includes.
Reply
#2

You closed the parenthesis ?
pawn Код:
!isnull(houseDB[GetPlayerHouseID(playerid)][Owner]
to
pawn Код:
!isnull(houseDB[GetPlayerHouseID(playerid)][Owner])
Reply
#3

Yes,just copy/paste mistake...sorry

EDIT: the problem still exists tho
Reply
#4

bump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)