assign Explosion kills to players
#4

Try this:
pawn Код:
CMD:explode(playerid, params[])
{
    new targetid;
    if(sscanf(params,"u", targetid)) return SendClientMessage(playerid, 0xFFFFFFF,"[ERROR] Usage:/explode [PlayerID]");
    if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, 0xFFFFFFF,"Player isnt connected!");
     new Float:x,Float:y,Float:z;
     GetPlayerPos(targetid,x,y,z);
     CreateExplosion(x,y,z,12,10.0);
    return 1;
}
Im sorry if theres any mistake because i created this through mobile.
Reply


Messages In This Thread
Explosions Kills - by DaTa[X] - 20.08.2012, 15:46
Re: assign Explosion kills to players - by [MWR]Blood - 20.08.2012, 15:51
Re : assign Explosion kills to players - by DaTa[X] - 20.08.2012, 17:05
Re: assign Explosion kills to players - by Lordzy - 20.08.2012, 17:22
Re : assign Explosion kills to players - by DaTa[X] - 20.08.2012, 17:50
Re: assign Explosion kills to players - by [MWR]Blood - 20.08.2012, 18:06

Forum Jump:


Users browsing this thread: 2 Guest(s)