Hey Leute hab noch ein Paar in Meiner Kiste gefunden xD Alsoo ich hab so einiges
Z-Teleport Lässt alle Zombies in der Umgebung herporten
PHP Code:
{ _x setPos (getPos player) } foreach
(allMissionObjects "z_doctor") +
(allMissionObjects "z_hunter") +
(allMissionObjects "z_policeman") +
(allMissionObjects "z_priest") +
(allMissionObjects "z_soldier") +
(allMissionObjects "z_soldier_heavy") +
(allMissionObjects "z_soldier_pilot") +
(allMissionObjects "z_suit1") +
(allMissionObjects "z_suit2") +
(allMissionObjects "z_teacher") +
(allMissionObjects "z_villager1") +
(allMissionObjects "z_villager2") +
(allMissionObjects "z_villager3") +
(allMissionObjects "z_worker1") +
(allMissionObjects "z_worker2") +
(allMissionObjects "z_worker3") +
(allMissionObjects "zZombie_Base");
Speed Macht euer Fahrzeug recht schnell
PHP Code:
hint "Speed upgrade loaded!";
waituntil {!isnull (finddisplay 46)};
(findDisplay 46) displayAddEventHandler ["KeyDown","_this select 1 call MY_KEYDOWN_FNC;false;"];
MY_KEYDOWN_FNC = {
_vcl = vehicle player;
if(_vcl == player)exitwith{};
_nos = _vcl getvariable "nitro";
_supgrade = _vcl getvariable "supgrade";
if(isEngineOn _vcl) then
{
switch (_this) do {
case 17: {
if(isEngineOn _vcl and !isnil "_supgrade") then
{
_vcl SetVelocity [(velocity _vcl select 0) * 1.011, (velocity _vcl select 1) *1.011, (velocity _vcl select 2) * 0.99];
} else {
_vcl setvariable ["supgrade", 1, true];
};
};
case 42: {
if(isEngineOn _vcl and !isnil "_nos") then
{
_vcl setVelocity [(velocity _vcl select 0) * 1.01, (velocity _vcl select 1) * 1.01, (velocity _vcl select 2) * 0.99];
} else {
_vcl setvariable ["nitro", 1, true];
};
};
};
};
};
Joaa Das Sind Mal 2 Da kommen noch paar mehr... wenn ich die finde xD
Vieeel Spaß :D PS: Bypass Benötigt