Bandit help - 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: Bandit help (
/showthread.php?tid=568390)
Bandit help -
Hybris - 21.03.2015
Hello I've forgotten how to make the RC bandit explode when /ex is typed for example would someone be kind to help me out?
My current /ex only destroys the vehicle
Код:
if(!strcmp("/ex", cmdtext, true, 3))
{
if(rcDriver == playerid && rcID != INVALID_VEHICLE_ID) DestroyBandit();
return 1;
}
Re: Bandit help -
TwinkiDaBoss - 22.03.2015
Get vehicle positions and make an explosion?
Re: Bandit help -
JaydenJason - 22.03.2015
https://sampwiki.blast.hk/wiki/CreateExplosion