Jump to content

ViRuZGamiing

Members
  • Posts

    1,050
  • Joined

  • Last visited

Everything posted by ViRuZGamiing

  1. Can you please fix it? I don't have anymore options and I followed the Wiki's Parameters order
  2. Can this work? function MarkerHit --Function start + name createMarker(314.20001220703, -133.69999694824, 998.59997558594, "arrow", 1, 0, 100, 125, 255) -- Create's the marker (but I don't know if it is in Interior 7 now?!) setElementInterior(Player,7, 314.20001220703, -133.69999694824, 998.59997558594) -- sets the Player to Interior 7 on Marker hit (doesn't need to go to other location only open the GUI) addEventHandler ( "onClientMarkerHit", openGUI, getRootElement(), MarkerHit ) -- on Marker hit opens the GUI
  3. Hi, I have a problem with connecting Client with Server script; Client-sided Server-sided What I want - I want to add a marker in Interior "7" with this Coordinates; posX="314.20001220703" posY="-133.69999694824" posZ="998.59997558594" rotX="0" rotY="0" rotZ="0" Can some player help me by adding this? I only know how to open it with a bind or command, Already thanks for helping Greetings Billy
  4. This is an community resource. I reconize KLM cityhopper plane
  5. https://wiki.multitheftauto.com/wiki/Main_Page
  6. If someone tells me a good tutorial I can learn it to but Wiki is to complicated
  7. Why won't anyone help me? Is there a reason?
  8. Hello, Here's my script; Client-sided Server-sided What I want - I want that when I press "M" the Trunk opens of the cars which are listed. What went wrong? - It doesn't open, the MTA server.exe doesn't say any error. Thanks for helping already, Greetings Billy
  9. Someone who want to help? If you don't want it or have complains keep it for yourself
  10. Hi, I really like the script language and editing, I want to learn it better. I don't understand Wiki's and didn't find a good Youtube Tut. 1 Thing: I Learn better by doing then read So I hope that someone can teach it to me, maybe skype (chat) My Idea's are all RPG theme, A Reallife server. Greetings Billy
  11. xdstep? Can you tell the price (In EUR pls) and how to pay?
  12. Maybe 1 of these: https://community.multitheftauto.com/ind ... ils&id=599 https://community.multitheftauto.com/ind ... ls&id=4994 https://community.multitheftauto.com/ind ... ls&id=6208
  13. Only that? Of a RPG GM I expect more: Bank, Jobs...
  14. Hello, I have my resources but.. No gamemode. I now use "Play" and "Freeroam". I hate it when people use "F1" or "j". I you can tell me how to make one or you have a basic Reallife GM which WORKS. Then please help me P.S. i'm also looking for a game host, payable with Paysafe and in EUR not USD.
  15. if not getPlayerTeam("criminal")) then outputChatbox ("You aren't a criminal",0,250,0") It's getPlayerTeam: On Mta Wiki you'll find it
  16. Thank you very much; Castillo and TA-PL
  17. I use a Teamsave script https://community.multitheftauto.com/index.php?p= ... ls&id=3396 : Teamsaver
  18. No, lets say: Civilians has a Spawn on join and on death Yakuza have also a Spawn on join and on death The Position of the Spawn on join and on death are different both
  19. Now the Civilians spawn on the same position as the Yakuza I want "if team Yakuza" spawn in Yakuza Base
  20. I know that are my Civilian spawn coordinates, but where is the joinX, joinY and joinZ for Yakuza
  21. -- Settings for when a player joins -- XYZ coördinates local joinX = -2462.3999023438 local joinY = 132.69999694824 local joinZ = 35.200000762939 Where is this for team "Yakuza" ?
  22. do I need to edit the "spawnX" or the "x"
  23. • Add it on the bottom of them script? • Can I do ( team == "GangName" ) as much as I want?
×
×
  • Create New...