-
Posts
665 -
Joined
-
Last visited
Everything posted by xTravax
-
on 1.3 also dont work on 1.2 dont work on 1.1 dont work on 1.0 dont work -__-
-
yes i'm using a nightly
-
well i reinstalled mta yesterday and today at morning server worked normally but when i put in some file in resources folder like amt example or any other resource server crashes again i can play by restarting PC but i can't put files in how can i fix that??
-
also i here's 4th one DRIVEBY function setDoingDriveby ( ) -- we check if local player isn't currently doing a gang driveby if not isPedDoingGangDriveby ( getLocalPlayer () ) then -- if he got driveby mode off, turn it on setPedWeaponSlot ( getLocalPlayer (), 4 ) setPedDoingGangDriveby ( getLocalPlayer (), true ) else -- otherwise, turn it off setPedWeaponSlot ( getLocalPlayer (), 0 ) setPedDoingGangDriveby ( getLocalPlayer (), false ) end end addCommandHandler ( "driveby", setDoingDriveby )
-
can't find but here's script lua Progress Bar -- If the progressbar exsist then if ( somebar ) then -- set the progress guiProgressBarSetProgress(somebar, 80) -- get the progress progress = guiProgressBarGetProgress(somebar) -- output to the chatbox outputChatBox ( "Current progress:" .. progress .. "%" ) else --if the progressbar was not found outputChatBox ("progressbar not found!") -- output a message end vehiclename function showVehicleName ( thePlayer ) local theVehicle = getPedOccupiedVehicle ( thePlayer ) if theVehicle then outputChatBox ( "Name of the Vehicle: " .. getVehicleName ( theVehicle ), thePlayer ) else outputChatBox ( "You do not have a Vehicle!", thePlayer, 255, 0, 0, true ) end end addCommandHandler ( "getcarname", showVehicleName ) moneysave function onPlayerQuit ( ) -- when a player leaves, store his current money amount in his account data local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) then local playermoney = getPlayerMoney ( source ) setAccountData ( playeraccount, "piraterpg.money", playermoney ) end end function onPlayerJoin ( ) -- when a player joins, retrieve his money amount from his account data and set it local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) then local playermoney = getAccountData ( playeraccount, "piraterpg.money" ) -- make sure there was actually a value saved under this key (check if playermoney is not false). -- this will for example not be the case when a player plays the gametype for the first time if ( playermoney ) then setPlayerMoney ( source, playermoney ) end end end addEventHandler ( "onPlayerQuit", getRootElement ( ), onPlayerQuit ) addEventHandler ( "onPlayerJoin", getRootElement ( ), onPlayerJoin ) and i dont remember 4th one
-
well let me say what i did last when it worked i was pressing random page on wiki and copied scripts and maked script.lua and meta.xml for them and one of them was download progress on chat but i put it in and then server started and i wrote start progressbar and it started and my server crashed and so i started again and it didnt work like my message above and i delete all these 4 scripts and still didn't work idk how to fix it..
-
and also look this bind(...)failed:Error code- 10048 O[17:10:51] ERROR: COULD not bind the server on interface ' ' and port '22003'! i also tried to change port to 22005 but same problem
-
nope i'm not that stupid..
-
man i never write ip in there because it doesnt work and i never putted and thats not the problem.. idk what to do what can else be?
-
Could not found Interface ' ' for port "22003" closing mysql stopping resources press q to shutdown the server idk what caused that bug it just came,i uninstalled all in mta and still work LOL idk why it doesnt work help me please
-
Fuck it,MTA Even Don't have MTA:IV lol and u search for MTA:V And only gamers PC will not lagg so it would be extra lagg where gamebooster wouldn't help.. also u can't do in there loops like in example FFS Server because San Andreas is half real half unreal game. And also probably they will make social club again which doesn't work and many shit.
-
Thanks man!! What do you mean by intros? well man u edited that video and i just need intro..can u make one?do you know how to make?i just need one if u can make?
-
i had that u need to re install all your server i mean resource files because with adding files in it or editing you messed up.and of course maybe u saved some map with no name no autoh no description and no version so no meta file so its bugged and cant save so if u made a map just delete map if u added something delete last thing before it happened or edit back last what u edited if u did.
-
Well i take a script from neon fun to make bounce script and there's a problem.. i tested it on my local server and i'm quoting but it started sucessfully but don't work Here's the script bindKey("lshift","down", function () local veh = getPedOccupiedVehicle(getLocalPlayer()); if (isVehicleOnGround(veh)) then local vx,vy,vz = getElementVelocity(veh); setElementVelocity(veh, vx, vy, vz + 0.5); end end ); and in meta i putted as client side but all normal script src script.lua and then client side..........can someone help me?
-
1 u can 2 normal 3 yes
-
BEST VIDEO EVEAAAAAAAAAAAAAAAAAAAAAAAAAAAARRRRRR man can u make intros?
-
Buy a Server. Also if you saw that video on youtube posted by Slifer then it don't work.
-
Can you make Golden Theme?
-
you're guy from PRO
-
Like you can as pick up world object you can cut it or cut objects like vgncarshade1 so let me make example of cutting 1st:World object you click on it then click from where to where u want to cut and it dissapear 2nd normal object you click on it then click from where to where u want to cut and it dissapear i mean like to make shorter roads buildings etc to look nicer so in scripting it would look like this CutWorldElement or CutWorldObject or something like that and only for normal spawn object cutObject so in script it would be like example CutWorldObject("sw_bridge01") ("some cordinate numbers in y,x,z it's just my suggestion and it maybe could do cordinates by itself Sry for my shit laungage is just suggest this LOL
