SA-MP Forums Archive
HELP | Bomb command - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: HELP | Bomb command (/showthread.php?tid=124212)



HELP | Bomb command - Daniel13145 - 29.01.2010

hello,

i want to do BOMB like RPG how i doing that?
i know how to do that at pickup with type 13 but its take long time.. i want to create one and one sec next that its doing the bomb effect

how i doing that?


Re: HELP | Bomb command - Daniel13145 - 29.01.2010

Guys.. please help me :\


Re: HELP | Bomb command - Daniel13145 - 29.01.2010

Jump
please help


Re: HELP | Bomb command - GTAguillaume - 29.01.2010

Код:
SetTimer("bomb",1000,0);
Код:
forward bomb();
public bomb()
{
CreateExplosion(x, y, z, type, radius);

}