Jump to content

Mike269

Members
  • Posts

    218
  • Joined

  • Last visited

Posts posted by Mike269

  1. Hello guys how can I edit that script?

    I want to make that Player with team "Staff" can enter this zone not AclGroup "Admin"

    Help please!

    col = createColCuboid ( 95.974617004395, 1751.3895263672, 17.640625, 255, 255, 255 ) 
    zone = createRadarArea ( 95.974617004395, 1751.3895263672, 255, 255, 255, 0, 0, 170 ) 
    setElementData (zone, "zombieProof", true) 
      
      
    function enterAdmin(hitElement,matchingDimension) 
    if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(hitElement)),aclGetGroup("Admin")) then 
        toggleControl (hitElement, "fire", true ) 
        toggleControl (hitElement, "aim_weapon", true) 
        toggleControl (hitElement, "vehicle_fire", true) 
        outputChatBox("Welcome to Admin area", hitElement, 0, 170, 255) 
           else 
        outputChatBox("Access denied", hitElement, 255, 0, 0) 
             killPed (hitElement) 
    end 
    end 
    addEventHandler( "onColShapeHit", col, enterAdmin ) 
    

  2. Well, the script only saves the weapons when you die, and gives them back when you respawn.

    OK thx it's fine, but do you have any script to save team after restarting ? (server)

  3. Hello guys, im searching for good save script because when restart server / get killed my weapons,skins,money don't save. I really need script like that. Thanks!

    Skype : simonos2000

  4. Hello im again here xD reason: I will never stop trying to learn script! but pls guys can some just help me to start pls pls pls pls pls! I will be soo happy :))! Facebook: Simon Ovčar Skype: simonos2000

  5. Hello im searching for some good man to help me with scripting i help peoples everytime but when i need help nobody help me... :( pls im only 13 years old if someone will can help me i will be very very very happy! My skype: simonos2000

  6. Hello i got it! I have this script but.. when i pres lshift i can jump only one time then i must wait vehicle come on floor's can someone tell me how i can make the vehicle will can jump in the air and don't need waiting on floors?

  7. Hello im 13 years old boy I have my own server i searching for vehjump like 2 months please i will be very glad if will someone make it add me on skype simonos2000 or please upload to resource on www.mta.com and send me link at this post THANKS VERY MUCH! :D

×
×
  • Create New...