Jump to content

Bean666

Members
  • Posts

    732
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Bean666

  1. not that walid , that function is when he gets dmge , i wan't if he shoots he loses his invisibility.
  2. is there anyway that this command will only work in a skin ID Which is 179? help please and is there also a way if the player shoots he loses his invisibility , thanks function toggleInvis ( thePlayer ) if getElementAlpha( thePlayer ) == 255 then setElementAlpha ( thePlayer, 0 ) else setElementAlpha ( thePlayer, 255 ) end end addCommandHandler ( "invis", toggleInvis )
  3. hi guys , me and my friend made this script and he needs help cause he doesnt have an account here , this script will make the rhino fire and reload make sounds , but the problem is the sound doesnt play any help? code: function rhinoFire() if isPedInVehicle ( localPlayer ) and not isCursorShowing() then local veh = getPedOccupiedVehicle ( localPlayer ) if (veh) then if ( getElementModel ( veh ) == 432 ) and (getPedControlState(localPlayer, "vehicle_fire") == true) then local fireSound = playSound ("rhino_fire.wav") setSoundMaxDistance(fireSound, 50) soundTimer = setTimer(function() local sound = playSound("rhino_reload.wav") setSoundVolume(sound, 0.5) end, 1000, 1) end end end end addEventHandler("onClientVehicleEnter", getRootElement(), rhinoFire)
  4. Bean666

    SOLVED.

    this works good , is there anyway that dxdrawimage works here also with the red screen? i also need it guigetscreensize.
  5. Bean666

    SOLVED.

    hello guys i need help this is client side , it works screen goes red by fade camera but i can't see my character , is there any way i can see my character while in a red screen? code: addEventHandler ("onClientPreRender", root, function () if (getPlayerTeam (localPlayer) and getTeamName (getPlayerTeam (localPlayer)) == "Zombies") then fadeCamera ( false, 1.0, 100, 0, 0 ) else fadeCamera( true, 0.5) end end )
  6. Bean666

    Solved

    is it also possible to make the screen red a little bit? a help appreciated.
  7. Bean666

    Solved

    hi guys , is there any way to make the screen color change in a team but not for everyone? example: team name is "Zombies" when u are in the zombie team , the screen color changes to red. any way?
  8. i mean is there a way to make those peds punch like twice per 2 seconds please any help appreciated.
  9. uhmm... i saw a server named Zombie hell party , that zombie attacks fast and it's almost u cant stand up, well thanks for your advise.
  10. guys is there anyway that in slothman's zombie script that zombies can punch faster? if yes , please reply ASAP.
  11. WARNING! Gang-lock wont work if the gangsystem u made or the gangsystem u downloaded has no gang functions . it must have gang functions in the gangsystem and i recommend: CASTILLO's gang system if u want to download in the community.
  12. can't u make it? just put a server event that takes player money . and put a trigger in the onclientguiclick.
  13. Castillo's gang system and any gang system with gang functions. go ask in scripting section please.
  14. get a save-systems and delete this functions in server.lua if you wan't it like that. delete in server.lua: function setCameraOnPlayerJoin () fadeCamera(source, true, 5) setCameraMatrix(source, 2066.0576171875, 1253.369140625, 36.72605, 2175.0673828125, 1283.69140625, 35.91672134) end addEventHandler("onPlayerJoin", getRootElement(), setCameraOnPlayerJoin)
  15. hi , i have a problem in this config , i need help it always say it is parsing config file? any solution? or why does this happen.. please help
  16. i think removeElements must be destroyElement there's no such thing as removeElements. Try replacing the removelements function with this: destroyElement( car1gate1, vehicle, 0.4, 6.2, -0.6, 90, 90, 90 ) destroyElement( car1gate2, vehicle, 0.4, 13.2, -0.6, 90, 90, 90 )
  17. i think he doenst give that script for free because he worked hard for it and it is hard to make or he didn't release it yet. but ik u will need some turret functions with it.
  18. leaked resource? if it is sorry we cant help u.
  19. should i also use guiGetScreenSize in DX GUI's? or there are another functions for DX
×
×
  • Create New...