explode player
#2

pawn Код:
if(strcmp(cmdtext, "/placemine", true) == 0)
{
    if( gPlayerClass[playerid] == ENGINEER )
    {
    SetPlayerHealth(giveplayerid, 10);
    new Float:boomx, Float:boomy, Float:boomz;
    GetPlayerPos(giveplayerid,boomx, boomy, boomz);
    CreateExplosion(boomx, boomy , boomz, 7, 10);
    }
return 1;
}
Unsure if the command works, I just changed your { }'s about.
Reply


Messages In This Thread
explode player - by 02manchestera - 12.03.2010, 22:19
Re: explode player - by Conroy - 12.03.2010, 22:30
Re: explode player - by 02manchestera - 12.03.2010, 22:38
Re: explode player - by aircombat - 12.03.2010, 22:45
Re: explode player - by Lajko1 - 13.03.2010, 05:31
Re: explode player - by Jakku - 13.03.2010, 06:02

Forum Jump:


Users browsing this thread: 1 Guest(s)