Jump to content

CapY

Members
  • Posts

    1,646
  • Joined

  • Last visited

Everything posted by CapY

  1. CapY

    /kill help

    So he can see the chat output .
  2. CapY

    Wiki

    Ehh, evo ti ryden-a na irc-u, pitaj ga...
  3. else if WantedLevel = 1 then should be elseif WantedLevel == 1 then
  4. It would be good to add things like : onZoneEnter Required Arguments: -Zonename onZoneLeave Required Arguments: -Zonename isPlayerLogged Required Arguments: -thePlayer -bool Example: if isPlayerLogged(source,true) then --do something end onResourceRestart I'm not so good at explaining. Waiting for your opinion.
  5. CapY

    PC COMBO QUESTION!

    Lol, use PCI graphic cards, if you got Intel's procesor, use some nVidia graphics. Like GT-130.
  6. C# or C++ only, as far as i know.
  7. CapY

    Question...

    Oh sorry, i've just misreaded the post, not really concentrated these days. -.-
  8. CapY

    Question...

    Ofcourse it will, why not ?
  9. CapY

    Question...

    For your first request. function logoutHandler()--We define a function name local accountname = getAccountName (getPlayerAccount(source))--we get an account if (isGuestAccount(getPlayerAccount(source)) == true) then --if that accounts is guest ( in everyone's group(in ACL)) cancelEvent()--then cancelEvent outputChatBox("*Logout is not allowed!", source, 255,0,0)--output him to chatbox that logout is not allowed end end addEventHandler("onPlayerLogout",getRootElement(),logoutHandler)--we add a event handler which will handle the funciton For second, check Solid's post.
  10. I'm just saying, nobody didn't blame him, but they shouted on me.
  11. OH Really ? https://forum.multitheftauto.com/viewtop ... 8237d7c839 Why then i got screw'd up before few months ?
  12. https://community.multitheftauto.com/index.php?p= ... ils&id=707 Stealer, aren't you ?
  13. Look, dude. If you don't have nothing smart to say, i suggest to get out of this topic. And what's that supposted to mean ? Nice one 50p.
  14. No, use LUA. @Wafamande you're doing that right now. I just gaved him advice.
  15. Charly-man this is not your script.
×
×
  • Create New...