Jump to content

K4stic

Members
  • Posts

    708
  • Joined

  • Last visited

Everything posted by K4stic

  1. ok i make it but it's make problem at line 27 addEvent ( "del", true ) addEventHandler("del", root, function ( ) if ( not isPedInVehicle ( source ) ) then return end local vehicle = getPedOccupiedVehicle ( source ) if ( not delses [ getElementModel ( vehicle ) ] ) then return end local money = math.random ( 100, 400 ) givePlayerMoney ( source, money ) if getElementHealth(vehicle) > 990 then givePlayerMoney ( source, 50 ) outputChatBox("You get bonus for good condition!", player, 255, 0, 0, false) setElementFrozen ( vehicle, true ) setTimer ( function ( ) setElementFrozen ( vehicle, false ) end ,1000, 1 ) getNewdelLocation ( source ) end )
  2. the code pls because i bad in scripting
  3. HI i need one more time your help Community 1. marker = createMarker ( x, y, z - 1, "cylinder", 3.5, 255, 255, 0, 170 ) blip = createBlipAttachedTo ( marker, 51 ) how make it to use one exported Attached blip and no the id? 2. givePlayerMoney ( source, 200 ) how make it if the vehicle 100% to be give that money
  4. Good Map but i don't like your Quality because is Bad!
  5. just upload full code and say errors! and we will see
  6. wrong section! and Learn Lua to make it youself!
  7. Thx you i will try it you are the BEST Castillo Problem Solved! Please Delete This Topic!
  8. Problem Solved Please Delete This Topic!
  9. Problem Solved Please Delete This Topic!
  10. Problem Solved Please Delete This Topic!
  11. This Script Lock the vehicle but i need that script to lock vehicle but to be can enter passengers i mean to be cannon stealed the car if no have that Skin/team and to be can enter passengers lockPoliceveh = { [598] = true ; [523] = true ; [427] = true ; [596] = true ; [597] = true ; [599] = true ; [428] = true ; [601] = true ; } lockPoliceSkin = { [280] = true ; [281] = true ; [282] = true ; [283] = true ; [284] = true ; [285] = true ; [286] = true ; [287] = true ; [288] = true ; } function lockPolice ( player, seat, jacked ) if ( lockPoliceveh[getElementModel ( source )] ) and ( not lockPoliceSkin[getElementModel ( player )] ) and ( seat == 0 ) then cancelEvent() end end addEventHandler ( "onVehicleStartEnter", getRootElement(), lockPolice ) sorry for my bad english
  12. you have Add buttons [DM] [DD] [FUN] and there is for [Trial] maps?
  13. stolen https://community.multitheftauto.com/ind ... ls&id=6052 DONE
  14. Hey Mate/Bro This is Real Pro map I love it
  15. original https://community.multitheftauto.com/ind ... ils&id=559 the copy - just he still it https://community.multitheftauto.com/ind ... ls&id=6023 DONE
  16. the save teams who i add save and restore you back in the team if you login and not if play as Guest
×
×
  • Create New...