Question about Objects - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Question about Objects (
/showthread.php?tid=484256)
Question about Objects -
julian12it - 29.12.2013
I was wondering if it was possible to remove all of the same item.
The same as
RemoveBuildingForPlayer but instead of it being only one object making it multiple of the same object ID.
EX:
Код:
RemoveAllBuildingForPlayer (playerid, modelid)
Anyways, If there is a way let me know if not I'll prob have to go one by one.
Re: Question about Objects -
ev0lution - 29.12.2013
The radius specifies the radius in which objects of that type will be removed, so set it to some high value like 6000 and all of the objects on the map will be removed.
Re: Question about Objects -
julian12it - 30.12.2013
Quote:
Originally Posted by ev0lution$YOLO$
The radius specifies the radius in which objects of that type will be removed, so set it to some high value like 6000 and all of the objects on the map will be removed.
|
Alighty!!!! Thanks for your help!