Jump to content

wajsic

Members
  • Posts

    17
  • Joined

  • Last visited

wajsic's Achievements

Square

Square (6/54)

0

Reputation

  1. wajsic

    DM to race

    Thanks for reply! But when I open Gamemode Settings is there only "No setting definitions"
  2. wajsic

    DM to race

    Hello! My problem is, as you see in title, that I want to change DM race to normal race with checkpoint because of respawning. Is this possible?
  3. What if I use simple onMarkerHit event? https://wiki.multitheftauto.com/wiki/OnMarkerHit
  4. Great! Now I just need to figure out how to. EDIT: Can someone give me a clue?
  5. Would it work if I create marker and marker checks if is there an empty vehicle? It is possible that marker detect empty vehicle?
  6. Ok... I have a script which: 1. Teleport me to house 2. Spawns a car in front of garage. Problem is, when I type in a command it tp me and spawns a car. So I want to prevenet car spawn if one is there already Do you know what I mean?
  7. Hello! As you can see in title I want to make script which "look" if is vehicle which are gonna be spawned close to coordinates with another vehicle. Acctualy it have check if is there another vehicle. If is there mustn't spawn it.
  8. Thanks. I made it. The problem was at group name (sry, I'm noob)
  9. Can you send me a .zip file or folder?
  10. Still doesn't work. And yes, it's serverside,
  11. Hello! I have a problem. I have wrote this script: addCommandHandler ( "wajsic", function (thePlayer) local accountname = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ( "user." .. accountname, aclGetGroup ( "admin" ) ) then setElementPosition( thePlayer, 1257.8564453125, -775.72027587891, 92.03125 ) end end ) Problem is that I get an error: \script.lua: attempt to concatenate global 'accountname' (a nil value) What could it be? Thanks!
  12. I'll try. But I was playing one some RP servers and for example /park command. Thanks a lot anyway!
  13. Hello! Can someone tell me if exists a script for saving car. I need it for car respawn infront of houses. I tried vehicle saver, vehicle-system, etc. but no one of them worked. Thanks.
  14. I have a problem... When I installed stage on server, map teleport stopped working. Acctualy works, but when I try to TP, I just get a black screen. EDIT: It works only for near places...
×
×
  • Create New...