Heyho,
habe mich mal wieder dran gesetzt, und eine neue, kleine Include geschrieben. Ist eigentlich nix besonderes, ist aber finde ich doch ganz nützlich für Fun-Server und zum Teil auch für Admin Systeme die einen /explode Command nutzen.
Hier mal die Funktionen:
native CreatePlayerExplosion(playerid, type, radius); // Erstellt eine Explosion bei 'playerid'
native CreateServerExplosion(type, radius); // Lässt ALLE User explodieren >:)
native CreateVehicleExplosion(vehicleid, tpye, radius); // Lässt die Vehicle ID explodieren (Vehicle ID, NICHT ModelID!)
native ExplodePlayerByReason(playerid, reason[], type, radius); // Lässt 'playerid' mit der Reason 'reason' explodieren
native ExplodeAllByReason(reason[], type, radius); // Lässt alle mit der Reason 'reason' explodieren
Version 2:
native CreateTimeBomb(Float:x, Float:y, Float:z, delay, type, radius); // Erstellt eine Zeitbombe die nach abgelaufener Zeit explodert.
native CreatePlayerTimeBomb(playerid, delay, type, radius); // Erstellt eine Zeitbombe bei den Positionen von 'playerid'
native CreateVehicleTimeBomb(vehicleid, delay, type, radius); // Erstellt eine Zeitbombe bei den Positionen von 'vehicleid'
Hier sind die Downloadlinks:
RapidShare: .inc: TheBoom.inc
Pastebin: TheBoom.inc
Version 2 Downloadlinks:
RapidShare: .inc: TheBoom.inc
Pastebin: TheBoom.inc
MfG,
Br1ght]NSG | [NSG]Bright