Posts: 81
Threads: 19
Joined: Oct 2013
Reputation:
0
You put the RemoveObject in OnPlayerConnect... If thats what you're asking?
Posts: 362
Threads: 30
Joined: May 2012
Reputation:
0
You use RemoveBuildingForPlayer to remove original GTA:SA objects, DestroyObject won't work.
Posts: 75
Threads: 10
Joined: Aug 2012
Reputation:
0
Thanks to all of you for responding. I see 2 viable options as I already was aware about how destroyobject would not work well. So I guess either of the 2 will be okay to use? RemoveObject or RemoveBuildingForPlayer?
Are both of those commands for all players or just 1 player? Or do I need to add the word "ALL" in that command?
Another question i have and having trouble finding anything with the search button.......
When setting a gang/team zone and using the samp map editor, how do I find the 4 boundary coordinates??
I do appreciate the help guys/gals. For the most part I can find the answers I need using search and ****** but sometimes it helps more to get a quick explanation from someone who actually knows. So on behalf of all of us who wish to learn and keep SAMP alive, THANK YOU all for being patient and helping us along.
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
There's no such thing as 'RemoveObject'. Use RemoveBuildingForPlayer. This function only applys to one player at a time, so it's recommended that you use this function under OnPlayerConnect.
Posts: 244
Threads: 37
Joined: May 2009
Reputation:
0
For finding boundary coordinates I recommend using your map editor, or making a simple textdraw that updates every so often with your X and Y position.
Posts: 75
Threads: 10
Joined: Aug 2012
Reputation:
0
I am still trying to figure out how to grab the coords if anyone can help.