
rpgforlife
Members-
Posts
88 -
Joined
-
Last visited
Everything posted by rpgforlife
-
Nee kijk ik heb een login panel en een spawn panel. maar als ik inlog krijg ik niet gelijk spawn panel. Tevens is dat nu gefixt maar krijg ik na elke reconnect het spawn panel en niet de oude positie waar ik stond, terwijl ik wel een save script heb
-
Niet echt duidelijk wat je bedoeld.
-
Hallo, Ik ben bezig met een servertje opstarten maar als je inlogt moet je eerst /kill typen om het spawn panel te kunnen zien. Hoe kan ik het oplossen dat als je inlogt gelijk de spawn panel ziet? Alvast bedankt. mvg,
-
Als je nog steeds iemand nodig hebt, hoor ik het graag ben namelijk bezig met RPG server opzetten en kan nog wel wat handen gebruiken.
-
When i change the script, i need to reconnect And sometimes i need to restart server and than it works Edit: ehm i never got problems with gate maker, but its now 2 weeks that the gates wont close anymore moveObject ( gateList[index], 2000, x,y,z, gateListMoveTorX[gateIndex],gateListMoveTorY[gateIndex],gateListMoveTorZ[gateIndex],rx,ry,rz ) and the error was about lua 85: this line /\ || Edit: aaa nvm, i saw on community from mta that the script is bugged in mta 1.3.2
-
I changed the script in your script_editor, than i saved it and restared
-
i have done this now, and the car still go 180 km/h and this is not more than 200,000 now -- Banshee -- (270km/h) function handlingChange1 (theVehicle1, seat) if getElementModel(theVehicle1) == 429 and seat == 0 then setVehicleHandling(theVehicle1, "maxVelocity", 2000) setVehicleHandling(theVehicle1, "engineAcceleration", 500) setVehicleHandling(theVehicle1, "suspensionLowerLimit", 0) setVehicleHandling(theVehicle1, "driveType", "awd") setVehicleHandling(theVehicle1, "handlingFlags", 0x1008801) end end addEventHandler ( "onPlayerVehicleEnter", getRootElement(), handlingChange1 )
-
ye but it don't go fast whats kind of velocity i do
-
I have restart the server and it was normal 180 km/h than i have changed it to a high number -- Banshee -- (270km/h) function handlingChange1 (theVehicle1, seat) if getElementModel(theVehicle1) == 429 and seat == 0 then setVehicleHandling(theVehicle1, "maxVelocity", 2700000) setVehicleHandling(theVehicle1, "engineAcceleration", 50000) setVehicleHandling(theVehicle1, "suspensionLowerLimit", 0) setVehicleHandling(theVehicle1, "driveType", "awd") setVehicleHandling(theVehicle1, "handlingFlags", 0x1008801) end end addEventHandler ( "onPlayerVehicleEnter", getRootElement(), handlingChange1 ) and now it will go 180 km/h
-
lol and if i stop the script, the banshee still go 330 km/h
-
i have changed this : setVehicleHandling(theVehicle1, "maxVelocity", 200) setVehicleHandling(theVehicle1, "engineAcceleration", 20) but now the car will go 330 km/h and if i change it to normal how i made it, than the will also 330 km/h
-
nope but i have change something and now it goes 330 km/h and if i do it lower it still will be 330 km/h -- Banshee -- (270km/h) function handlingChange1 (theVehicle1, seat) if getElementModel(theVehicle1) == 429 and seat == 0 then setVehicleHandling(theVehicle1, "maxVelocity", 200) setVehicleHandling(theVehicle1, "engineAcceleration", 20) setVehicleHandling(theVehicle1, "suspensionLowerLimit", 0) setVehicleHandling(theVehicle1, "driveType", "awd") setVehicleHandling(theVehicle1, "handlingFlags", 0x1008801) end end addEventHandler ( "onPlayerVehicleEnter", getRootElement(), handlingChange1 )
-
car -- Banshee -- (270km/h) function handlingChange1 (theVehicle1, seat) if getElementModel(theVehicle1) == 429 and seat == 0 then setVehicleHandling(theVehicle1, "maxVelocity", 270) setVehicleHandling(theVehicle1, "engineAcceleration", 20) setVehicleHandling(theVehicle1, "suspensionLowerLimit", 0) setVehicleHandling(theVehicle1, "driveType", "awd") setVehicleHandling(theVehicle1, "handlingFlags", 0x1008801) end end addEventHandler ( "onPlayerVehicleEnter", getRootElement(), handlingChange1 )
-
"Faster and Faster" author="EHID" description="Let your cars go faster" version="1.0" type="script">
-
i have tried on a car, and it doesn't work too + its a server side yes
-
ye my scripting is not really good
-
any time ? do you have a star system for me that can have more than 6 stars
-
nvm found it thanks that you said if i wrote the ACL permission !! Edit: found it, anyway thanks Mr.Pres[T]ege
-
I don't think so do you know the permission or just fille name only?
-
Heey guys, i have a nice spawn system but i got bugs in it, its doesn't make a new ACL team, if someone has a gang explain: badboys and i will make a spawn for them i can't because there is no ACL