Jump to content

Xwad

Members
  • Posts

    1,089
  • Joined

  • Last visited

Everything posted by Xwad

  1. Xwad

    ammo

    I think its not working:/
  2. Xwad

    ammo

    is this server side?
  3. Xwad

    ammo

    ALw7sH it's working thanks:D But i want to make that it will only give the guns if i already have them. I mean if i have ak47 then i will get only ak47 but if i have only grenade then i will only get grenade. Is is possible to make that? or is it very difficult? thanks.
  4. Xwad

    ammo

    No the 433 is for vehicle model
  5. Xwad

    ammo

    Maybe need I use onVehicleEnter event? Or need I make a trigger server event?
  6. Xwad

    HUD

    I change the event to "onClientPlayerSpawn"
  7. Xwad

    ammo

    I made it but it does not work:/ function giveAmmo ( thePlayer, theVehicle, theTeam )if (getElementModel(source) == 433) then giveWeapon ( source, 31, 200 ) endaddEventHandler ( "onPlayerVehiclenter", getRootElement(), giveAmmo )
  8. Noo I wrote this to the wrong post!!
  9. ok i made it but itw not wroking:( pls help function giveAmmo ( thePlayer, theVehicle, theTeam ) if (getElementModel(source) == 433) then giveWeapon ( source, 31, 200 ) end addEventHandler ( "onPlayerVehicleEnter", getRootElement(), giveAmmo )
  10. Xwad

    crash

    i think it's working thanks:))
  11. Xwad

    ammo

    okay i'll try thanks:D
  12. Xwad

    HUD

    need i edit the spawn script?
  13. Xwad

    HUD

    spawn script?
  14. Xwad

    ammo

    Hi is it possilbe to make a script that makes possible when a player is front of a barrak vehicle and press for example r then he will get ammo for his weapon? thanks.
  15. Xwad

    HUD

    whats the problem??
  16. Xwad

    crash

    The crash is not becaouse skins its becaouse the Vreload script! I tryed to stop the rescource and nobody had crash but when i started everyone had crash!! Please help fixing that!!!
  17. Xwad

    HUD

    i use this hud : https://community.multitheftauto.com/in ... s&id=10277
  18. Xwad

    HUD

    i think the problem is becaouse the spawn menu no? https://community.multitheftauto.com/index.php?p= ... ls&id=1152
  19. Xwad

    crash

    i only use this projectile scripts. maybe its crashing becaouse this is coded? https://community.multitheftauto.com/ind ... ils&id=560 https://community.multitheftauto.com/?p=resources ... ls&id=1280
  20. It's a cool script! Good job!!
  21. Xwad

    HUD

    its not working when I enter the server and join. But if I on the server and restart rescource then it will be hide but if I reconnect then I will see it again.. Maybe its becaouse I have a spawn system script? wait I send a picture
  22. Xwad

    HUD

    Client.lua "Xwad" version="1.0" type="script" name="Hide hud" /> Meta.xml local hudTable = { "ammo", "armour", "clock", "health", "money", "weapon", "wanted", "area_name", "vehicle_name", "breath", "clock" } addEventHandler("onClientResourceStart", resourceRoot, function() for id, hudComponents in ipairs(hudTable) do showPlayerHudComponent(hudComponents, false) end end) addEventHandler("onClientResourceStop", resourceRoot, function() for id, hudComponents in ipairs(hudTable) do showPlayerHudComponent(hudComponents, true)
  23. Xwad

    HUD

    my gamemode is play just connect and take a look. server28.clans.hu:22095
  24. Xwad

    HUD

    not working:(
  25. Xwad

    crash

    i have just skins maps and lua scripted codes
×
×
  • Create New...