Jump to content

Jammie

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by Jammie

  1. Jammie

    Safe Marker

    I dont left that because I need only a anti real drive by script.. I dont know what I must modify in that script... I need help for that.. The same for a Safe Marker. Whole server, lol haha.... no I have 50 scripts and I need help for 4 scripts I hope you can help me!
  2. Jammie

    Safe Marker

    Hi all, how can you make a marker when you in the marker then you can't die. (godmode if you are in the marker) like a safemarker. I hope so you can help me with this because this is new for me to create a safe marker. I hope that people have an example or something!
  3. I have the uppest script and that works great! only not all my money... can someone helps me to drop all the money..!
  4. Ok and do you know what I must modify to real drive by script?
  5. It works great Wisin! Thank you so much! only one thing! real drive-by is not blocking:P do you know how I can disallow real drive by? thanks!!
  6. Ok, but can someone helps me about that position.. because every time doesnt work the area with the col...
  7. My problem is if I make a greenzone then are the positions wrong, very strange. And my other problem is if you get a car or bike then you can driveby in the greenzone. Can someone help me to make a good safezone. Maybe is this script too old or something because I had this script 2 years and it works very good. Only not anymore..! This is my script: -- Greenzone Pirate Ship x, y, size = 1844.5594482422, 1375.3376464844, 120 local greenzone = createColRectangle ( x-size/2, y-size/2, 120, 120 ) local greenzonemaparea = createRadarArea (1844.5594482422, 1375.3376464844, 284, 312.22, 0, 255, 0, 120) function greenzone_Enter ( thePlayer, matchingDimension ) if getElementType( thePlayer ) ~= "player" then return end outputChatBox ( "* You Entered The Greenzone!", thePlayer, 177, 252, 3 ) toggleControl ( thePlayer, "fire", false ) toggleControl ( thePlayer, "next_weapon", false ) toggleControl ( thePlayer, "previous_weapon", false ) setPlayerWeaponSlot ( thePlayer, 0 ) toggleControl ( thePlayer, "aim_weapon", false ) toggleControl ( thePlayer, "vehicle_fire", false ) toggleControl ( thePlayer, "vehicle_secondary_fire", false ) end addEventHandler ( "onColShapeHit", greenzone, greenzone_Enter ) function greenzone_Exit ( thePlayer, matchingDimension ) if getElementType( thePlayer ) ~= "player" then return end outputChatBox ( "* You Left The Greenzone!", thePlayer, 177, 252, 3 ) toggleControl ( thePlayer, "fire", true ) toggleControl ( thePlayer, "next_weapon", true ) toggleControl ( thePlayer, "previous_weapon", true ) toggleControl ( thePlayer, "aim_weapon", true ) toggleControl ( thePlayer, "vehicle_fire", true ) toggleControl ( thePlayer, "vehicle_secondary_fire", true ) end addEventHandler ( "onColShapeLeave", greenzone, greenzone_Exit )
  8. Thanks! it's done! thanks for your help!!
  9. I see only 1 bank on my radar. I dont see the other banks.
  10. Thanks for your reply, done! Only I see one dollar blip on the radar while I have 13 banks. Can you tell me why? thanks!!
  11. If you create a RPG server then can we work togheter, I have create a RPG server too with a mix from freeroam & rpg, I have bank system, houses, pirate-ship etc... and more scripts for RPG. (safezones). Its a nice server. And the server will open over 2a3 days. I can make you admin in my server
  12. Ok, I hope you can help me!
  13. Hi, I have a little problem, the bank works very good but you don't see the blips on the radar... you see only the blips on the radar when you near a bank. I want all the blips on the radar.. can someone help me please Thanks!!
  14. It is done:) i have already but thanks for help!
  15. It works!! but i have a bigger problem then... if i add this line: addEventHandler( "clientLoginSuccess", getRootElement(), then it works only every time someone logging in my server then comes the spawner visible... eveytime who logging in maybe local?? but i dont know how.. !!
  16. I have a working greenzone.. but if you go in a greenzone with the car then you can right click and then you can shoot in the greenzone.. which line i must add to protect it? Thanks!
  17. Thanks for helping!! its done!
  18. add me ?? i dont now how.. i send the script.. if i see then i know for the next time:) i waiting on you..
  19. Hi Robhol, Can u add me please? [email protected] I have more questions about MTA Client Encrypter:) You make something? But about this subject.. i dont know how.. can u help me too?? Thanks!
  20. Thanks for reply, but where i put this ??? because there also a line with: addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource( ) ), Thnx!! add me: [email protected] i dont understand
  21. Hi, I have a logingui. but i want that he start the welcome window + spawner after you login.I have put this in that welcome window & spawner: addEventHandler("clientLoginSuccess",localRootElement,clientLoginSuccessHandler). Then he do nothing.. Can someone help me with this problem! which line must i add to welcome window and the spawner?. Thanks!
  22. hi.. i have a question about this, how that script how can you make that? i have copy the text in a text file and make it .lua and i have make a meta.xml. but do you need a database? and can u explain me how i make this is steps? because i dont know how to work with a database. please explain! i need it really hard. Thanks! Hawk
  23. Hi!! I have a question, how do you save that output code? because if i change that F1 display (delete button "map") and then i say: Output Code then he go to my Output Txt File... and what now ????? if i Reconnect then comes back to old one.. how can i save the output code!! please help me! thnx!!
  24. Thank you for answer but i have the same problem.... Kapil forgot a little thing in that script.. can u fix that?? everything works only /Unrent doesn't work. Thnx!!
×
×
  • Create New...