SA-MP Forums Archive
How to - 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: How to (/showthread.php?tid=660324)



How to - Heress - 31.10.2018

How to destroy object just for one player ?

Quote:

CMD:found(playerid, params[])
{
if(!IsPlayerInRangeOfPoint(playerid, 2.0, -3985.57056, -1477.84680, 6.09149)
{
DestroyObject....
}
return 0;
}




Re: How to - GTLS - 31.10.2018

use foreach. https://sampforum.blast.hk/showthread.php?tid=570868


Or Of course, y_iterate.


Re: How to - Heress - 31.10.2018

thanks