Vehicle Explodes via /command
#4

pawn Код:
CMD:explode(playerid, params[])
{
    new vehicleid;
    if(sscanf(params, "i", vehicleid)) return SendClientMessage(playerid, -1, "/explode [vehicleid]");
    if(vehicle == INVALID_VEHICLE_ID) return SendClientMessage(playerid, -1, "Invalid vehicleid");

    new Float:x, Float:y, Float:z;
    GetVehiclePos(vehicleid, x, y, z);
    CreateExplosion(x, y, z, 12, 10.0);
    return 1;
}
Reply


Messages In This Thread
Vehicle Explodes via /command - by ShawtyyMacJunior - 25.12.2012, 00:34
Re: Vehicle Explodes via /command - by jNkk - 25.12.2012, 00:44
Re: Vehicle Explodes via /command - by [CG]Milito - 25.12.2012, 00:45
Re: Vehicle Explodes via /command - by Larceny - 25.12.2012, 00:47
Re: Vehicle Explodes via /command - by SKAzini - 25.12.2012, 10:57

Forum Jump:


Users browsing this thread: 3 Guest(s)