Map codes - 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: Map codes (
/showthread.php?tid=600241)
Map codes -
CSLangdale - 05.02.2016
Hi everyone was wondering could you tell me where do I put the removebuildingforplayerid codes when adding mapping to my script as when I put them in last time it gave me errors for it
Re: Map codes -
radiobizza - 05.02.2016
Add to callback public OnPlayerConnect(playerid)
and this is the function
https://sampwiki.blast.hk/wiki/RemoveBuildingForPlayer
Re: Map codes -
CSLangdale - 05.02.2016
Last time it was giving me errors for every line that had "playerid" so thanks I will try that and see if it works