Jump to content

طلب كود منطقة الزومبي


Recommended Posts

فــحــصــتــه ^_^

شفته كلهه اسلحه والخ والخ والخ ...

بس تشفيره يجيب الريبةة حآس علي الدوسس يروح فوق تحت ض1 "/

مآ عليك حمله ي لبى

+ وآئل انا فتى حآيل وينكك من زمآن ما تخش المسن ><

Link to comment
https://community.multitheftauto.com/index.php?p=resources&s=details&id=2513

هذا السسكربت يمنع الزومبي من دخول منططقة محددهـ :D

شباب هذا المود الزومبي مايخش المنطقة

لكن اللي ابية العكس الزومبي مايطلع من المنطقه

آممممم ششوف آنـآآ طلبت قببلكك لكني بعطيك كود عكسته > > مـآآفي آسسهل من العكس خخخ

المهم اني عكسته وان شااء الله الشباب يفيدوني انا وآنت :)

آنت تقصد اذا الزومبي طلع من المنطقة يموت :D

المههم مـآآ آطوول هذآ الكود والشباب يكملونه

safecol = createColCuboid ( 95.974617004395, 1751.3895263672, 17.640625, 255, 255, 255 ) 
safeZoneRadar = createRadarArea ( 95.974617004395, 1751.3895263672, 255, 255, 255, 255, 255 ) 
setElementData (safeZoneRadar, "zombieProof", true) 
  
  
function enterZone(hitPlayer,thePlayer) 
local skin = getElementModel (hitPlayer) 
      if ( skin == 287 ) then 
    toggleControl (hitPlayer, "fire", true ) 
    toggleControl (hitPlayer, "aim_weapon", true) 
    toggleControl (hitPlayer, "vehicle_fire", true) 
    outputChatBox("You message here example: you entering the area 69.", hitPlayer, 0, 255, 0) 
       else 
         killPed (hitPlayer) 
end 
end 
addEventHandler( "onColShapeHit", safecol, leaveZone ) 
  
function leaveZone(hitPlayer,thePlayer) 
local skin = getElementModel (hitPlayer) 
    toggleControl (hitPlayer, "fire", true) 
    toggleControl (hitPlayer, "aim_weapon", true) 
    toggleControl (hitPlayer, "vehicle_fire", true) 
    outputChatBox("You message here example: you out the area 69", hitPlayer, 255, 0, 0) 
 if not ( skin == 287 )  then 
  killPed (hitPlayer) 
end 
end 
addEventHandler( "onColShapeLeave", safecol, enterZone ) 

مشكلته ان اذا اللاعب دخخل السيرفر يطلعون لهه زومبي واذا دخل المنطقة وطللع (الزومبي) يمووت :)

Link to comment

https://wiki.multitheftauto.com/wiki/Slothman/Zombies

لـ رقم 0 StreamMethod من الميتا غير الـ

createZombie يعني المود ما راح يطلع زومبي في كل الماب و الزومبي راح يطلع عن طريق الفنكشن

0 to only allow zombies to spawn via createZombie function

و حط الأحداثيات الي تبي يطلع فيها الزومبي createZombie بعدها أستخدم الفنكشن

exports.zombies:createZombie(x, y, z, 0, skinID)  

و أضن تقدر تسويه عن طريق ماب أديتور كمان

لـ رقم 2 StreamMethod بالميتا غير الـ

Link to comment
https://wiki.multitheftauto.com/wiki/Slothman/Zombies

لـ رقم 0 StreamMethod من الميتا غير الـ

createZombie يعني المود ما راح يطلع زومبي في كل الماب و الزومبي راح يطلع عن طريق الفنكشن

0 to only allow zombies to spawn via createZombie function

و حط الأحداثيات الي تبي يطلع فيها الزومبي createZombie بعدها أستخدم الفنكشن

exports.zombies:createZombie(x, y, z, 0, skinID)  

و أضن تقدر تسويه عن طريق ماب أديتور كمان

لـ رقم 2 StreamMethod بالميتا غير الـ

meta.xml copy-paste

    "ghostman222" version="1.0.0" type="script" /> 
    

Link to comment
https://wiki.multitheftauto.com/wiki/Slothman/Zombies

لـ رقم 0 StreamMethod من الميتا غير الـ

createZombie يعني المود ما راح يطلع زومبي في كل الماب و الزومبي راح يطلع عن طريق الفنكشن

0 to only allow zombies to spawn via createZombie function

و حط الأحداثيات الي تبي يطلع فيها الزومبي createZombie بعدها أستخدم الفنكشن

exports.zombies:createZombie(x, y, z, 0, skinID)  

و أضن تقدر تسويه عن طريق ماب أديتور كمان

لـ رقم 2 StreamMethod بالميتا غير الـ

meta.xml copy-paste

    "ghostman222" version="1.0.0" type="script" /> 
    

zombie تآبل قصده ميتآ مود

Link to comment
https://wiki.multitheftauto.com/wiki/Slothman/Zombies

لـ رقم 0 StreamMethod من الميتا غير الـ

createZombie يعني المود ما راح يطلع زومبي في كل الماب و الزومبي راح يطلع عن طريق الفنكشن

0 to only allow zombies to spawn via createZombie function

و حط الأحداثيات الي تبي يطلع فيها الزومبي createZombie بعدها أستخدم الفنكشن

exports.zombies:createZombie(x, y, z, 0, skinID)  

و أضن تقدر تسويه عن طريق ماب أديتور كمان

لـ رقم 2 StreamMethod بالميتا غير الـ

طيب هذآ ميتـآآ حق الزومبي

    
        "*MaxZombies" value="[100]" /> --maximum allowed zombies --> 
        "*StreamMethod" value="[0]" /> -- 1 to constantly stream zombies, 0 to only allow zombies to spawn via createZombie function, 2 to only allow spawning at set spawnpoints --> 
        "*Speed" value="[1]" /> -- 0 is slowest, 1 is normal, 2 faster --> 
    
     
    "Slothman" name="Zday script" version="3.0.1" type="script" description="Zombie Infestation script" edf:definition="edf/zombies.edf"/>/> 
    

وين آسسوي الوظيفة؟

Link to comment
https://wiki.multitheftauto.com/wiki/Slothman/Zombies

لـ رقم 0 StreamMethod من الميتا غير الـ

createZombie يعني المود ما راح يطلع زومبي في كل الماب و الزومبي راح يطلع عن طريق الفنكشن

0 to only allow zombies to spawn via createZombie function

و حط الأحداثيات الي تبي يطلع فيها الزومبي createZombie بعدها أستخدم الفنكشن

exports.zombies:createZombie(x, y, z, 0, skinID)  

و أضن تقدر تسويه عن طريق ماب أديتور كمان

لـ رقم 2 StreamMethod بالميتا غير الـ

طيب هذآ ميتـآآ حق الزومبي

    
        "*MaxZombies" value="[100]" /> --maximum allowed zombies --> 
        "*StreamMethod" value="[0]" /> -- 1 to constantly stream zombies, 0 to only allow zombies to spawn via createZombie function, 2 to only allow spawning at set spawnpoints --> 
        "*Speed" value="[1]" /> -- 0 is slowest, 1 is normal, 2 faster --> 
    
     
    "Slothman" name="Zday script" version="3.0.1" type="script" description="Zombie Infestation script" edf:definition="edf/zombies.edf"/>/> 
    

وين آسسوي الوظيفة؟

ماتسوي الوظيفه ف الميتا

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...