SA-MP Forums Archive
ERROR+WARNING - 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+WARNING (/showthread.php?tid=473512)



HOUSE - Nadim - 03.11.2013

https://sampforum.blast.hk/showthread.php?tid=473522


Re: ERROR+WARNING - ]Rafaellos[ - 03.11.2013

EDIT: Bottom guys was correct.


Re: ERROR+WARNING - RayDcosta - 03.11.2013

Quote:

Float:ZnotE,Interior[MAX_HOUSES],

i think u should make it Float:ZnotE[MAX_HOUSES]
((u missed the array declaration in my opinion))


Re: ERROR+WARNING - Dragonsaurus - 03.11.2013

pawn Код:
Float:XnotE[MAX_HOUSES],Float:YnotE[MAX_HOUSES],Float:ZnotE[MAX_HOUSES],Interior[MAX_HOUSES],
This line had ZnotE without [MAX_HOUSES]; Replace your line with the above one.
Edit: Late xD


Re: ERROR+WARNING - Nadim - 03.11.2013

all problem solved


Re: ERROR+WARNING - Nadim - 03.11.2013

new problem: https://sampforum.blast.hk/showthread.php?tid=473522