Need help - 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: Need help (
/showthread.php?tid=463831)
Need help -
abhishekshivam - 14.09.2013
Can anyone please fix this please...
c-lsgw.pwn(400) : error 029: invalid expression, assumed zero
c-lsgw.pwn(713) : error 035: argument type mismatch (argument 3)
c-lsgw.pwn(71

: error 035: argument type mismatch (argument 3)
c-lsgw.pwn(737) : error 030: compound statement not closed at the end of file (started at line 689)
Or tell me how to fix it please
Re: Need help -
DavidLuango - 14.09.2013
I think I've already stated on your previous thread.
You're missing something on your line, Tag mismatch usually occurs, when you're missing stuff on your fucntion.
Like for example
RemoveBuildingForPlayer(playerid, 615.2333, 0.0, 0.0, 0.0, 200.0);
I added .2333 extra that too causes tag mismatch. Look for something similar.