
JasperRieken
Members-
Posts
97 -
Joined
-
Last visited
Everything posted by JasperRieken
-
Like how if i have the recource name login_panel what should i add then?
-
my login pannel keeps saying acces denied what can i do?
-
how can i save my accounts guns and money from every account thx for helping tryed mta wiki already can't get it if you help ill be thanking you so mutch
-
I want to make a gui. Like walk in the marker and get a gui and you choose your car Like press enforcer button to get enforcer but im not able to script GUi Can somebody help me plz?
-
Doesn't work look local gate1 = createObject(980,-1530.9265136719,482.71939086914,8.6744327545166,0,0,0) local marker1 = createMarker(-1530.5067138672,482.19729614258,6.4375,"cylinder",8,255,0,0,0) function openGate(theTeam) if getElementModel( theTeam ) == Navy then moveObject (gate1,1500,-1541.51,482.69,8.67) end end addEventHandler("onClientMarkerHit",marker1,openGate) function closeGate(theTeam) if getElementModel( theTeam ) == Navy then moveObject (gate1,1500,-1530.92,482.71,8.67) end end addEventHandler("onClientMarkerLeave",marker1,closeGate)
-
I want to make it open on team but can't get it i dont know how. Team name is Navy local gate1 = createObject(980,-1530.9265136719,482.71939086914,8.6744327545166,0,0,0) local marker1 = createMarker(-1530.5067138672,482.19729614258,6.4375,"cylinder",8,255,0,0,0) function openGate() moveObject (gate1,1500,-1541.51,482.69,8.67) end addEventHandler("onClientMarkerHit",marker1,openGate) function closeGate() moveObject (gate1,1500,-1530.92,482.71,8.67) end addEventHandler("onClientMarkerLeave",marker1,closeGate) If you can please help me
-
I already did that i cant get it to work and dont understand it
-
I can't get blips to work a friend of my said i did not have the good code so may i ask someone to make for me with the blip icon id 35 Thank you
-
No i realy want it witout code
-
No thats to simple just for a person not for a code
-
yes i want to be able that only me can't open it not everyone els
-
I made the script it works fine but i want to make it just opening for me this is the script local gate4 = createObject(971,1539.0588378906,-1451.3624267578,15.952730178833,0,0,0) local gate5 = createObject(971,1530.3012695313,-1451.3624267578,15.952730178833,0,0,180) local marker4 = createMarker(1534.7189941406,-1451.9150390625,12.6328125,"cylinder",10,255,0,0,0) function openGate(hitPlayer) moveObject (gate4,1000,1545.0588378906,-1451.3624267578,15.952730178833) moveObject (gate5,1000,1523.3012695313,-1451.3624267578,15.952730178833) end addEventHandler("onClientMarkerHit",marker4,openGate) function closeGate(hitPlayer) moveObject (gate4,1000,1539.0588378906,-1451.3624267578,15.952730178833) moveObject (gate5,1000,1530.3012695313,-1451.3624267578,15.952730178833) end addEventHandler("onClientMarkerLeave",marker4,closeGate) If you can help me that would be nice
-
Look can you help me add them? this is the script --Script by Jasper function p () local p1=createPed(287,2186.70,-1193.73,1031.79) local p2=createPed(15,2215.24,-1154.21,1025.79) local p3=createPed(0,2195.17,-1172.98,1029.80) local p4=createPed(285,2233.25,-1161.07,25.89) local p5=createPed(285,2233.25,-1158.61,25.89) setElementInterior(p1,15) setElementInterior(p2,15) setElementInterior(p3,15) setPedArmor(p1,100) setPedArmor(p2,100) setPedArmor(p3,100) setPedArmor(p4,100) setPedArmor(p5,100) setElementRotation(p4,0,0,90) setElementRotation(p5,0,0,90) end addEventHandler("onResourceStart", getRootElement(),p) --©2010 By Jasper
-
I made some peds and i want to give them a weapon but can't get it to work the peds work but cant get them to hold weapons
-
Where can i find /debug thing?
-
Omg You where right the cylinder thing whas good it works now ThankYou So Mutch
-
Yes i know about the alpha let me try you will hear more in a min and it does start becuease the creategate thing works
-
Ow wait it doesn't create the marker so what can i do?
-
Yes everything is there it's serversided but it just wont do anyting
-
I made a script need it to open on marker hit but can't get it to work This is the script local Poortzombie = createObject (10841,1202.5509033203,-1389.4356689453,20.241466522217,0,0,179.99450683594) local marker = createMarker(1201.7279052734,-1389.3259277344,13.16607093811, "Cylinder",20, 255, 0, 0, 0) function openZombieGate(hitplayer) moveObject (Poortzombie,1000,1202.5509033203,-1389.4356689453,6.4914665222168) end addEventHandler("onMarkerHit",marker,openZombieGate) function closeZombieGate(hitplayer) moveObject (Poortzombie,1000,1202.5509033203,-1389.4356689453,20.241466522217) end addEventHandler("onMarkerLeave",marker,closeZombieGate) If someone can help me that would be nice