Jump to content

Perfect

Members
  • Posts

    563
  • Joined

  • Last visited

Everything posted by Perfect

  1. are you sure you don't need Rz ?
  2. 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
  3. Perfect

    A Question :)

    maybe you did'nt attach them correctly ?
  4. You have already made /JoinArmy and /leavePD command ? or asking us to make ?
  5. So whats the problem ? just change coordinates ?
  6. or maybe this ? https://community.multitheftauto.com/ind ... ls&id=4574
  7. can we do something like local player = getLocalPlayer() and enable that function in all resources ? (when this resource start, its enable. when stop, not.)
  8. wow, I didn't see there is a fireWeapon function (maybe 1.3.1 update).I am going to use it. (btw thanks Jay)
  9. 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 ?
  10. If we attach minigun to vehicle, can we shot ? (Shotable minigun)
  11. 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)
  12. 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)
  13. 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 ?
  14. got it. maybe time to lock the topic (I am not sure i should thank you or thank myself, anyway thnx)
  15. 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
  16. 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
  17. ok, All the best and i am waiting for it
  18. what should i do ? (which line should i change in scoredboard)
  19. 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.
  20. 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 ?
  21. ok so which functions should i use ?
  22. 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.
  23. Still bugged mate kills u right away and when I move i get killed, no debug errors use setElementFrozen
×
×
  • Create New...