stefans elite house system problem - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: stefans elite house system problem (
/showthread.php?tid=126144)
stefans elite house system problem -
bartje01 - 07.02.2010
Hey guys. I have a problem with my house system made by stefan.
http://forum.sa-mp.com/index.php?topic=123741.105
It is showing me these errors
C:\Users\Bart\Desktop\samp server\filterscripts\Homes.pwn(396) : error 033: array must be indexed (variable "tmp")
C:\Users\Bart\Desktop\samp server\filterscripts\Homes.pwn(531) : warning 203: symbol is never used: "IsNumeric"
C:\Users\Bart\Desktop\samp server\filterscripts\Homes.pwn(531) : warning 203: symbol is never used: "ReturnUser"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
regards
Re: stefans elite house system problem -
jasonnw666 - 07.02.2010
i think u have new tmp[256] in double ,try to put "tmp2"
Re: stefans elite house system problem -
bartje01 - 07.02.2010
Doesn't work
Re: stefans elite house system problem -
bartje01 - 07.02.2010
Anyone else know how to fix?
Re: stefans elite house system problem -
bartje01 - 07.02.2010
damn. comeone guys. I need this fixed. really. It worked for me a while ago
Re: stefans elite house system problem -
MadeMan - 07.02.2010
Delete this
Show line 396
Re: stefans elite house system problem -
bartje01 - 07.02.2010
You helped me with the warnings now.
This is the part where the errors is:
http://pastebin.com/m5a27e75a
Re: stefans elite house system problem -
MadeMan - 07.02.2010
Upgrade your sscanf code
https://sampwiki.blast.hk/wiki/Sscanf
Or do you use sscanf 2.0?