Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. Castillo

    bet system

    Okay then, show what you tryied.
  2. Would be the same (i guess) to do that.
  3. We told them many times, but they won't listen
  4. i'm sure you are using "scrollBar" but you should use "scrollPane" instead, check all your GUI where you add the ELEMENTS.
  5. lol??????? asking help to steal a script by someone else? that's annoying
  6. I actually don't see much point on your post.
  7. Castillo

    bet system

    lol, you got me wrong, i said YOU SHOULD TRY TO FIX IT before asking for help.
  8. WTF IS THAT? it's using functions that don't even exist, this makes completely no sense (no offense), function onPlayerQuit ( ) local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) then kills = getElementData(source,"Zombie kills") setAccountData ( playeraccount, "play.kill", kills ) end end function onPlayerLogin ( ) local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) then local kills = getAccountData ( playeraccount, "play.kill" ) if ( kills ) then setElementData ( source, "Zombie kills", kills ) end end end addEventHandler ( "onPlayerQuit", getRootElement ( ), onPlayerQuit ) addEventHandler ( "onPlayerLogin", getRootElement ( ), onPlayerLogin ) try that.
  9. Then, why you need to trigger to client if you are using client functions? i don't see much point, you should use onClientResourceStart
  10. why you need a trigger for that? it's not needed, you can do it server side too. addEventHandler ( "onPlayerJoin", getRootElement(), function() for i = 1,20 do outputChatBox(" ",source) end outputChatBox('lol',source) fadeCamera(source,true) end end );
  11. Must be because the client doesn't has the files yet.
  12. Woot? i don't get him, i suposed he was trying to create a marker with that example of wiki o_o
  13. What are you trying to do?
  14. https://wiki.multitheftauto.com/wiki/CreateMarker
  15. Maybe should be posted on "Servers to play on" section then
  16. myMarker = createMarker() function onHit(hitPlayer, matchingDimension) setElementPosition(hitPlayer,0,0,1000) end addEventHandler("onMarkerHit",myMarker,onHit)
  17. https://wiki.multitheftauto.com/wiki/Server_Manual https://wiki.multitheftauto.com/wiki/Resources
  18. Castillo

    bet system

    Maybe you should try to fix it before asking for help?
  19. Do you think you can just post a non-finished script, and ask like that to get it done by someone else?
  20. this code is from "lolmode", you may have edited something and fu**ed it up?
  21. Castillo

    bet system

    Show us what your code.
  22. Nah, i guess what do you want it's the script himself
  23. Why would he worry about such thing?
  24. Castillo

    NEED HELP

    Well, you can search at https://community.multitheftauto.com/ and you may get something usefull, also it's very easy to use the map editor.
  25. Someone else could have the same problem, no point on deleting it.
×
×
  • Create New...