Jump to content

Krklec

Members
  • Posts

    5
  • Joined

  • Last visited

About Krklec

  • Birthday 12/04/1997

Details

  • Location
    Croatia

Krklec's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Krklec

    SOLVED!

    Et-win, that worked, thank you so much. SOLVED!
  2. Krklec

    SOLVED!

    Now it's kinda weird, because when i'm in "29" skin i can't get into car, it gives me lock animation, but when i'm in different skin I get in and get kicked out.
  3. Krklec

    SOLVED!

    doesn't work, no matter what skin that i'm using, I can still get in vehicle.
  4. Krklec

    SOLVED!

    It still doesn't work Wei, but thanks. and i wrote /debugscript 3 and it show me this but I believe all this is from other scripts that r on server.
  5. Krklec

    SOLVED!

    Hello guys! I'm trying to make script that make vehicle locked to certain skin. But I made something wrong and I don't know how to fix it. I'm still learning to script so this script isn't good. Can you help and fix the problem? function cars () c1 = createVehicle ( 602, 2284.399, -1114.599, 37.700, 0, 0, 90 ) end addEventHandler ( "onResourceStart", resourceRoot, cars ) function lock () if getElementModel ( thePlayer ) == 29 then setVehicleLocked ( c1, false ) else setVehicleLocked ( c1, true ) removePedFromVehicle ( source ) outputChatBox ("This vehicle is locked on team: Avenged Sevenfold!", source) end end addEventHandler ( "onPlayerVehicleEnter", getRootElement(), lock Thanks!
×
×
  • Create New...