Mapping Help Please. - 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: Mapping Help Please. (
/showthread.php?tid=414874)
Mapping Help Please. -
Chris009 - 10.02.2013
Hello i wanted to know today how to add mapping for my server i went to OnGameModeInit but i dont know where to add but i think i have an idea to add the dymanic object but where would i add the remove building,player ,etc
please help if you do ill rep
Re: Mapping Help Please. -
Jstylezzz - 10.02.2013
The removebuilding is commonly placed under OnPlayerConnect
This is because of the 'playerid' in the function.
Re: Mapping Help Please. -
bensmart469 - 10.02.2013
removebuilding-onplayerconnect
createdynamicobject - ongamemodeinit
Re: Mapping Help Please. -
Chris009 - 10.02.2013
rep+ both thank you
Re: Mapping Help Please. -
MP2 - 10.02.2013
It can go anywhere between { and }.