-
Posts
334 -
Joined
-
Last visited
Everything posted by Jokeℝ1472771893
-
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?
-
but is it for resourse for EXP:gate opened?
-
Dont Use This Topic Open "WAR" Topic and Fight Their
-
Yes. bro but its didnt saved
-
Like This ? </group> <group name="FBI"> <acl name="Default"></acl> <object name="user.Har8"></object> </group>
-
pleas Help me
-
its still dont work I Think
-
yeh i know but how to add players in group?
-
How To Add group in ACL and add there members (account Names)
-
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)
-
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">
-
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 )
-
Bro Not Racer I Make Carshop Script But I Know Only Script When Cars Spawned in Some Destination
-
I Make Script But My Car Spawn Near Me But I Whant That I was in the car When Car Spaw
-
Thnx Bro
-
Like This marker createMarker ( 2447.8999023438, -1664.5,13.5, [cylinder, 1, 0, 0, 0, 0, visibleTo = getRootElement()] )
-
how to make This Script ""When I Stand In Marker Its Opned Gui And I Can Choos Some Car And Its Spawned""
-
How to Make Gate Opened Only when Group Member are near that
Jokeℝ1472771893 replied to Jokeℝ1472771893's topic in Scripting
wy? -
How to Make Gate Opened Only when Group Member are near that
Jokeℝ1472771893 replied to Jokeℝ1472771893's topic in Scripting
I Ask Admins thay say NO -
How to Make Gate Opened Only when Group Member are near that
Jokeℝ1472771893 replied to Jokeℝ1472771893's topic in Scripting
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) -
How to Make Gate Opened Only when Group Member are near that
Jokeℝ1472771893 replied to Jokeℝ1472771893's topic in Scripting
you play CIT server? -
How to Make Gate Opened Only when Group Member are near that
Jokeℝ1472771893 replied to Jokeℝ1472771893's topic in Scripting
I Dont know that its Gui and in that Gui you can create Team, Invait Players and etc -
How to Make Gate Opened Only when Group Member are near that
Jokeℝ1472771893 replied to Jokeℝ1472771893's topic in Scripting
answer someone my quastion Pleas -
How to Make Gate Opened Only when Group Member are near that
Jokeℝ1472771893 replied to Jokeℝ1472771893's topic in Scripting
now what me write there? -
How to Make Gate Opened Only when Group Member are near that
Jokeℝ1472771893 replied to Jokeℝ1472771893's topic in Scripting
Darken i dont understand
