Help pls - 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: Help pls (
/showthread.php?tid=221503)
Help pls -
berz - 05.02.2011
: error 029: invalid expression, assumed zero
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
I got that error when i want to change ID's of my bizs' ingame. Anyone maybe know how to fix that? Tnx
Re: Help pls -
xRyder - 05.02.2011
And you should probably post your code here so we can see.
Re: Help pls -
berz - 05.02.2011
What code? Sry im new in scripting
Re: Help pls -
admantis - 05.02.2011
the line where error shows.
Re: Help pls -
xRyder - 05.02.2011
Line where you get that error.
Re: Help pls -
berz - 05.02.2011
Here
Код:
/AddStaticPickup(1239, 2, 1481.0206,-1771.1138,18.7958); //City Hall
Re: Help pls -
admantis - 05.02.2011
What is that / before AddStaticPickup? Delete it.
pawn Код:
AddStaticPickup(1239, 2, 1481.0206,-1771.1138,18.7958); //City Hall
Re: Help pls -
berz - 05.02.2011
oh tnx, now it works ty