Jump to content

Try

Members
  • Posts

    136
  • Joined

  • Last visited

Everything posted by Try

  1. Try

    Anti_Hack Help

    Wrong function hacker(player,commandName, name) local theVehicle = getPedOccupiedVehicle (player) if theVehicle then destroyElement(theVehicle) setElementPosition(player, 0, 0, 3) outputChatBox("TURN OFF OR REMOVE THE HACK!",player,255,0,0) setTimer(hacker, 200, 999999999999999999999999999) end end addCommandHandler("hack",hacker) Sorry i forgot add the Timer, This spam at debugscript, and i need for all the time the car get removed, the code remove only one time, and can don't spam at debugscript? Thanks, Maria.
  2. Try

    Anti_Hack Help

    Ok i will test but if the people are not using a car that code will work too? Thanks, Maria.
  3. Try

    Anti_Hack Help

    Hello Guys, Im making a new style of anti-hack, one like /hack then the people wont stop get teleported, I have a code: ------------------------ -- Anti-Hack by Maria -- ------------------------ -- Set Who Hacks function hacker(commandName, name) local theVehicle = getPedOccupiedVehicle ( name ) if theVehicle then local vehicles = getElementsByType("vehicle") for i,v in ipairs(vehicles) do if (getElementModel(v) == modelID) then destroyElement(v) setElementPostion(name, 0, 0, 3) outputChatBox("TURN OFF OR REMOVE THE HACK!",name,255,0,0) else setElementPostion(name, 0, 0, 3) outputChatBox("TURN OFF OR REMOVE THE HACK!",name,255,0,0) end end end end addEventHandler("hack",hacker) But its not woking, I need your help with how to get when people get a car and delete the car, Thanks For the Help, Maria.
  4. OMG MAN YOU REPOST THIS One time i posted this! But now its my time for help The Code: Marker = createMarker (1686,-2434,12.6,"cylinder", 1.5, 0, 255, 0, getRootElement() ) function MarkerHit ( hitElement, dimension ) if source == Marker then if getElementType ( hitElement ) == "player" then setElementPosition ( hitElement, 1686,-2434,1000) end end end addEventHandler ( "onMarkerHit", getRootElement(), MarkerHit ) I think its this you need Cya Later, Maria.
  5. Try

    Claymore Mines

    Thank you Justus96, Maria.
  6. Try

    Money

    Sorry! i thinked he need give/set the Player Money Sorry, Maria.
  7. Try

    Claymore Mines

    ¬¬' same code of createExplosion, The code i know i need know How to create, Thanks, Maria.
  8. Try

    Claymore Mines

    Hello Forum! (again), I see the createExplosion at the wiki and say u can make claymore i tryed the code but nothing, Can you help me make one or can u explain me the code like how to create the claymore, Thanks, Maria.
  9. Try

    Water

    Ok i will Thanks
  10. Try

    Water

    Hello Guys! Can you help me? How i can change water and sky color for all? When i change only change for me can you help me? But i need like this A Gui for admin change the color Water button open other gui showing 3 text box and 3 labels one Red other Green other Blue and a the text box we put the values like <0-255> Thanks for the help, Maria.
  11. Try

    Money

    I think its this you need https://wiki.multitheftauto.com/wiki/SetPlayerMoney or this https://wiki.multitheftauto.com/wiki/GivePlayerMoney
  12. Try

    Exp Zumbie

    But can you help me with this? Please i need Thanks for the Help, Maria.
  13. Try

    Exp Zumbie

    Wow Nice real fast i will try to use, but Castillo this script its with level like to show your level your exp in the screan, Thanks, Maria.
  14. Try

    Exp Zumbie

    Hello Forum! Im making a Zombie server i found one exp by castillo but i tryied to use but dont go can someone explain me or give me one script for when u kill zombies u get exp and money? like one Level Script Thanks For The Help, Maria.
  15. Try

    Respawn

    Ok its cuz in other topic you said for no one give the code cuz i asked and now i don't asked and the peoples give by theyselves idk if i write correct or no ;D but don't worry about what i said ;D Kisses
  16. Try

    Respawn

    Ok Thanks I go test all u give for me ;D And one think for Solidsnake14: Hello you remeber my ped topic? u said for no one give me the code now i don't asked for code i only need a help with setTimer and look the other topic they come and post and now u cant say i asked for code ;D Cya! ______________ Kisses babys (im a girl)
  17. Try

    Respawn

    Hello Again! I need one Help with this code: addEventHandler("onPlayerWasted", getRootElement(), function () local x, y, z = getElementPosition(source) spawnPlayer ( source, x, y, z, 0, math.random(0, 200) ) end ) It is spawming real fast I add one setTimer but don't go Who can help me
  18. OKIE DOKIE!!! OK THANKSSSSSS FOR THE HELLLLLLPPPPP CYA LEARNINNNNNNG
  19. The Kid Im learning and i alway say thanks
  20. Thanks now Work and now the final i need one code like this /peskin for change all peds skin
  21. Citizen thanks but its saing /wpeds [weaponID] [ammos]
  22. butttt i remeber one think its not possible to do this? *************CHAT*********** Me! : /wpeds 31 100 ****************************** And the code give the weapon for all the peds not only for one?
  23. srry but the give weapon peds don't working always say Wrong Syntax
  24. ok but i don't need auto weapon i need this Exemple: /pedwepon
×
×
  • Create New...