Jump to content

CapY

Members
  • Posts

    1,646
  • Joined

  • Last visited

Everything posted by CapY

  1. Maybe to post on SAES forums ?
  2. CapY

    Converter

    It will be good to have Client to Server side conventer so scripting will be easier for others and ofcourse if MTA team can make it .
  3. CapY

    WTC model

    Try to search on GTAInside.com
  4. Graphic is amazing , trailer too .
  5. CapY

    Handling

    I forgot how to disable handling in mta server conf .. can anybody remind me ?
  6. I know that ... Now tell me about RPG .
  7. Watch for JR10 link again. I don't care if you don't know english , your thing not mine . Fair prices Castillo, like your sig says.
  8. Usually i dont like Roleplays, but this one i must check.
  9. I just want a mansion , if not a problem. Search before asking , i found this , if that will help you . https://community.multitheftauto.com/ind ... ls&id=1286
  10. CapY

    Frames script

    Dont bump your topic , better press edit .
  11. Read this : https://wiki.multitheftauto.com/wiki/Ser ... nistrators
  12. Offtopic : Lol , should i be happy ?
  13. If that is Welcome Msg, why should be "onClientPreRender" Why not "onClientResourceStart" ?
  14. I still dont see the blip when returning ped from invisible to visible.
  15. CapY

    race nametags

    Arezu use [ lua ] [ / lua ] tags next time .
  16. What's is wrong here ? Server: iv = 0 function toggleInvis( source ) if iv == 0 then iv = 1 setPlayerNametagShowing(source, false) setElementAlpha(source, 0) destroyBlipAttachedTo(source) else iv = 0 setPlayerNametagShowing(source, true) setElementAlpha(source, 255) end end function destroyBlipAttachedTo(player) for id, attachedElement in ipairs(getAttachedElements(player)) do if getElementType(attachedElement) == "blip" then destroyElement(attachedElement) else myPlayer = getRandomPlayer () -- Create a radar blip in the middle of the map myBlip = createBlip ( 0, 0, 0 ) -- Make the player the parent of the blip, so that the blip follows the player around setElementParent ( myBlip, myPlayer ) end end end addCommandHandler ( "invisible", toggleInvis)
  17. CapY

    Explosive bullets

    It works only when i care nick CapY or crocapy , otherwise it wont work on other nicks, no matter if they are logged in or not.
  18. CapY

    Explosive bullets

    It works now only when i wear that nick
  19. CapY

    Explosive bullets

    "onPlayerLogin" is not neccesary anymore ?
×
×
  • Create New...