SA-MP Forums Archive
error 017: undefined symbol "isnull" - 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)
+--- Thread: error 017: undefined symbol "isnull" (/showthread.php?tid=433689)



error 017: undefined symbol "isnull" - dusk - 28.04.2013

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.


Re: error 017: undefined symbol "isnull" - IstuntmanI - 28.04.2013

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



Re: error 017: undefined symbol "isnull" - dusk - 28.04.2013

Yes,just copy/paste mistake...sorry

EDIT: the problem still exists tho


Re: error 017: undefined symbol "isnull" - dusk - 29.04.2013

bump