Bomb - 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: Bomb (
/showthread.php?tid=90492)
Bomb -
Jeroen52 - 08.08.2009
Can someone try this dm code?
You blow yourself up and it has a radius of 20 feet i think.
if(strcmp(cmdtext,"/ex",true)==0)
{
new Float
,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
CreateExplosion(x,y,z,1,20.0);
SetPlayerHealth(playerid, 0);
return 1;
}
Re: Bomb -
dice7 - 08.08.2009
yes, it does that
Re: Bomb -
saiberfun - 08.08.2009
why should we try it? O_O
Re: Bomb -
Jeroen52 - 09.08.2009
Because i made it on a computer that cant start SA-MP.
And i cant get on the computer where i can play SA-MP.
So i need someone who can test it for me.
CAN SOMEONE PLZ TEST IT?!