Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. Lol. But what the hell I saw (S) resources on list, many times!
  2. But he's trying to HELP YOU, not to KILL YOU. At least say thanks.
  3. 12p

    Cleo mods

    Just and idea! Not the only reason for any owner may want to use CLEO.
  4. Yep. The code I gave was an idea about how to do it
  5. MetalGear14 gave a wrong link. This is the one Suspended - Ransom
  6. Ok... You can't start it?
  7. 12p

    Matrix

    I still don't get you, your english is a bit poor and you don't explain well... What do you wanna do? PS. If you can't explain it, use IMAGES.
  8. Hey, don't use exclamations against me, I was trying to help you!
  9. Please, explain me again. What is the problem? Did you debugged the script? "/debugscript 3" may help. If no errors are showed, check with some outputChatBox in some parts of the code, maybe you will find the problem and you will know what to do with non-working scripts
  10. 12p

    Cleo mods

    I think he does so. And I think it's a good idea for to "prevent / keep" to use CLEO Mods. Maybe a server owner wants to use CLEO Mods for a "Cheating Server"?
  11. What do you exactly want to do, with that event? Maybe you could do a script for that, instead of using that event: addEventHandler ( "onResourceStart", getRootElement ( ), function ( ) setTimer ( triggerEvent, 500, 1, "onResourceStarted", getResourceRootElement ( ) ) end ) Or something like that, I don't know hehe
  12. 12p

    .

    You should learn to script in Lua. All that can be easily done by yourself, if you have been scripting by 1 year.
  13. 12p

    LUA Compiler GUI

    Last time I tried to use your compiler, it said me "syntax error"... FAIL. But whatever I use this Lua GUI Compiler, lol.
  14. F*CK YEA Ransom! Finally all those noob resources made by noob people will be deleted Thanks again, Ransom! I thought we were going to lose against pirates
  15. 12p

    Scripter

    Me. But I won't work on that kind of servers. It's not my style.
  16. 12p

    Matrix

    black box? what do you mean?
  17. LOL I forgot something in that code ^^ fly = createMarker(1686,-2434,12.5,"cylinder",1.5,0,255,0). createBlipAttachedTo(fly,41) addEventHandler("onMakerHit",fly, function ( p ) if getElementType(p) == "player" then setElementPosition(p,0,0,3) end) end
  18. What about this? fly = createMarker(1686,-2434,12.5,"cylinder",1.5,0,255,0). createBlipAttachedTo(fly,41) addEventHandler("onMakerHit",fly, function ( p ) if getElementType(p) == "player" then setElementPosition(p,0,0,3) end) end
  19. https://forum.multitheftauto.com/viewforum.php?f=122
  20. But lazy people keeps their noobish servers by a long time, and most of them uses home-hosted servers, so they don't have money-running-out problems...
  21. 1. use code=lua tags! 2. only 1 fault, it's that your grammar sucks (sorry about that, but it's the true) fly = createMarker(1686,-2434,12.5,"cylinder",1.5,0,255,0). createBlipAttachedTo(fly,41) function marker(player) if source == fly and getElementType(player) == "player" then setElementPosition(player,0,0,3) end end addEventHandler("onMakerHit",getResourceRootElement(getThisResource()),marker) --it's MARKER, not maker
  22. Whatever. Are you going to fight, or what the hell? I thought on Extra Health like on Mission Timer, or textlib; it makes easier to do some things, but doesnt do all the work for something. Aaaaand I was just talking about people shouldn't release their resources, if it's a gamemode or a non-scripting-helping utility. But do whatever you want. If people becomes lazier and have less knowledge about THE REAL SERVER DEPELOPING WAY, will be fault of the people that released scripts like "Paradise Roleplay".
×
×
  • Create New...