Jump to content

Jokeℝ1472771893

Members
  • Posts

    334
  • Joined

  • Last visited

Everything posted by Jokeℝ1472771893

  1. local allowedGroups = { "FBI"=true } col1 = createColSphere ( 927.4365234375, -1022.5947265625, 35.913665771484, 27.5 ) gate1 = createObject (3113, 941.1669921875, -1012.3310546875, 32.369918823242, 0, 15, 272.5) function openGate1 ( player ) if ( allowedGroups getElementData ( player, "FBI" ) ) then moveObject (gate1, 941.1669921875, -1012.3310546875, 21.369918823242, 0, 15, 272.5 ) end end addEventHandler("onColShapeHit", col1, openGate1) function closeGate1() moveObject(gate1, 3037, 941.1669921875, -1012.3310546875, 32.369918823242, 0, 15, 272.5) end addEventHandler("onColShapeLeave", col1, closeGate1) what is wrong?
  2. but is it for resourse for EXP:gate opened?
  3. Dont Use This Topic Open "WAR" Topic and Fight Their
  4. Like This ? </group> <group name="FBI"> <acl name="Default"></acl> <object name="user.Har8"></object> </group>
  5. yeh i know but how to add players in group?
  6. How To Add group in ACL and add there members (account Names)
  7. how to make script so that when a player (with specific grup or team) hits marker oppened Gui and you can choos car that you whant and spawns a car(thnx for helping)
  8. Look This Is Part Of My Script But How To Make Player Spawn Withe Car? "carshop jefferson" posX="3125.1000976563" posY="-764.5" posZ="14.300000190735" spawnPX="3119.69921875" spawnPY="-762.099609375" spawnPZ="15.300000190735" M1="Car">
  9. You Mean This? function setupForRace ( ) local RacerPed = createPed ( 252, 0, 0, 3 ) local RaceVehicle = createVehicle ( 411, 4, 0, 3 ) warpPedIntoVehicle ( RacerPed, RaceVehicle ) end addCommandHandler ( "startrace", setupForRace )
  10. Bro Not Racer I Make Carshop Script But I Know Only Script When Cars Spawned in Some Destination
  11. I Make Script But My Car Spawn Near Me But I Whant That I was in the car When Car Spaw
  12. Like This marker createMarker ( 2447.8999023438, -1664.5,13.5, [cylinder, 1, 0, 0, 0, 0, visibleTo = getRootElement()] )
  13. how to make This Script ""When I Stand In Marker Its Opned Gui And I Can Choos Some Car And Its Spawned""
  14. But its dont work i try in my server its dont work local allowedGroups = { ["THE_KING"]=true } col1 = createColSphere (2838.8000488281, -1653.3000488281, 10.800000190735, 10 ) gate1 = createObject (971, 2846.6999511719,-1657.1999511719,13.300000190735,0,359.5,76) function openGate1 ( player ) if ( allowedGroups [ getElementData ( player, "Group" ) ] ) then moveObject (gate1, 3000,2846.6999511719,-1657.1999511719,3.5999999046326 ) end end addEventHandler("onColShapeHit", col1, openGate1) function closeGate1() moveObject(gate1, 3000,2846.6999511719,-1657.1999511719,13.300000190735) end addEventHandler("onColShapeLeave", col1, closeGate1)
  15. I Dont know that its Gui and in that Gui you can create Team, Invait Players and etc
×
×
  • Create New...