-
Posts
563 -
Joined
-
Last visited
Everything posted by Perfect
-
are you sure you don't need Rz ?
-
thats easy just get cooardinates of up and downside and change it and btw your original coordinates will rotate the gate and in script coordinates will do nothing
-
maybe you did'nt attach them correctly ?
-
You have already made /JoinArmy and /leavePD command ? or asking us to make ?
-
So whats the problem ? just change coordinates ?
-
or maybe this ? https://community.multitheftauto.com/ind ... ls&id=4574
-
can we do something like local player = getLocalPlayer() and enable that function in all resources ? (when this resource start, its enable. when stop, not.)
-
wow, I didn't see there is a fireWeapon function (maybe 1.3.1 update).I am going to use it. (btw thanks Jay)
-
hm, that is nice but i don't mean that. i mean if make local player = getLocalPlayer() function then i don't want to call it, retype it, etc... I want to use that (local player = getLocalPlayer()) function like we use getLocalPlayer(). again is it possible ?
-
If we attach minigun to vehicle, can we shot ? (Shotable minigun)
-
but you guys are fast than me. I am too late to say happy birthday so Happy New year (yes, too fast for new year)
-
Hi All, Today i am thinking of can we use local function in 2 resources, if we made that local in 1 resouce ? Ex:- If i made something like this local player = getLocalPlayer() in 1 resource and i want to use that function in another resource without writing that (local player = getLocalPlayer()) again ? I know somehow that is possible but i don't know how. which functions should i use to make that possible ? (btw for the title i didn't get what to wrote, sorry)
-
i make a new account with same name and problem solved but all players account data is gone they need to register again anyone know why this happend ?
-
got it. maybe time to lock the topic (I am not sure i should thank you or thank myself, anyway thnx)
-
Hi All, today when i start my server i got this ERROR: While updating account with 'UPDATE accounts SET ip='', password='' WHERE name='Console'': database is locked. and when i enter in and try to login i got unknown account I don't know why it occurs. maybe you guys know why and know how to solve. so please Help
-
ok so 23 it will work ?
-
Hi All, i mean if i type /change then cj skin change to tommy and if i type again then it change back to cj. maybe we can't do this local skinchange = local skin = engineLoadTXD("cj.txd", true) engineImportTXD(skin, 0) local skin = engineLoadDFF("cj.dff", 0) engineReplaceModel(skin, 0) function skinChangerMod() if ( skinchange ) then local skin = engineLoadTXD("tommy.txd", true) engineImportTXD(skin, 0) local skin = engineLoadDFF("tommy.dff", 0) engineReplaceModel(skin, 0) outputChatBox("Your skin has been changed to tommy", player ) else local skin = engineLoadTXD("cj.txd", true) engineImportTXD(skin, 0) local skin = engineLoadDFF("cj.dff", 0) engineReplaceModel(skin, 0) outputChatBox("Your skin has been changed to cj", player ) end end addEventHandler("onClientResourceStart", resourceRoot, skinChangerMod) addCommandHandler("skinchange", skinChangerMod or we can ? i just want to know that is possible or not
-
ok, All the best and i am waiting for it
-
what should i do ? (which line should i change in scoredboard)
-
can you done for me and upload in community (because i think many people need for record videos and take screenshot) please don't say go to wiki and learn lua and make one by yourself. i am just a beginner. i am just trying to learn lua as i can.
-
What ? really ? via scripting or something, if via scripting then which functions should we use ? setElementDimension createPed createVehicle warpPedIntoVehicle getElementPosition getElementRotation getElementVelocity getVehicleTurnVelocity setElementPosition setElementRotation setElementVelocity setVehicleTurnVelocity hm, only those functions ? did you understand what i mean ?
-
ok so which functions should i use ?
-
Hi All, how i can make script that removes player name from tab by command ? if you removetab then your name will remove from tab. if you type again then name come back in tab.
-
Still bugged mate kills u right away and when I move i get killed, no debug errors use setElementFrozen
