08.08.2009, 14:23
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;
}
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;
}