Remove Building Error - 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: Remove Building Error (
/showthread.php?tid=560582)
Remove Building Error -
Jigsaw123 - 29.01.2015
Hello, I put this in my script:
RemoveBuildingForPlayer(playerid, 3682, 247.9297, 1461.8594, 33.4141, 0.25);
and It gives an error when i compile saying that RemoveBuildingForPlayer is undefined? Help?
Thanks!
Re: Remove Building Error -
TFreemen - 29.01.2015
Using 0.3z?Make sure your script is updated to latest version of SA-MP
After you updated the script open pawno>pawno.exe again > File>Open your script then compile again.
Re: Remove Building Error -
GenzT - 29.01.2015
Put your RemoveBuildingForPlayer code under OnPlayerConnect callback..
Re: Remove Building Error -
ATGOggy - 29.01.2015
included a_samp on top?