Jump to content

Storm-Hanma

Members
  • Posts

    677
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Storm-Hanma

  1. @James_Mdid you ever heard any stealing case form pirates hosting?anyone said you that we stole scripts from other servers?next we don't need any scripts to stole ,we use open game panel which is used by all host ,only group owner has access to there ftp ,dont comment like you want check our forum pirateshosting.com there r 85 members register on forum none have complaint any issues on stolen things ,and stop posting negative thoughts on my host !you just came in intense to spam my webiste dont know why u want not only me many hosts use ogp panel which is open source we have 8 vps which used to give free servers we give free servers so that player can test there wants in these free servers ! all users have seperate login details none can enter other gamepanel untill the user leak his gamepanel details we r total 4 developers all have different works to do ,how can u say that we have bad intense to steal?lmao dont think of this go check my site then try to post comment hahah
  2. Storm-Hanma

    Help me please!

    Community already have them go check in MTA sa community
  3. let me test and i thing it will work thanks
  4. its worked bro how can i make a timer so that player can use it for only 5 min? addEvent ("HYDRA - 2000000$/min",true) addEventHandler ("HYDRA - 2000000$/min",root, function ( ) if getPlayerMoney ( source ) > 199 then takePlayerMoney (source,200) setElementHealth (source,200) local x,y,z = getElementPosition (source) --The source is the player that triggered the event local vehicle = createVehicle (520,x+3,y+3,z+1) -- I'll just spawn a hydra or whatever else outputChatBox ("[Server]: Thank you ^." ,source,0,255,0,true) end end )
  5. Now I can't spawn vehicle by adding triggerservervent what to do now @MadnessReloaded
  6. well thankyou its done as u guys said i did and i got idea on how to work next time also!
  7. That video is listed as best video by MTA global in BTW how did you made it
  8. Veh spawn works fine but problem is in entering vehicle player can't enter vehicle I tested both side
  9. How to destroy blip or hide blip for player like admin?let me know I was waiting for this too
  10. Hi want to make a system for vehicles like hydra rhino were players can buy it from money by using it only for 2-5min ! I tested many trays the things is server is spawning vehicle but can't enter the vehicle ,take money also working fine but I can't enter the vehicle First try it works for take money and spawning vehicle but cant enter vehicle ! function buy() --<spawn a vehicle >-- local luckyBugger = getLocalPlayer() -- get the local player local x, y, z = getElementPosition ( luckyBugger ) -- retrive the player's position if lol()then lel() veh=createVehicle ( 520, x, y, z + 10 ) outputChatBox ( "You got Hydra", 255, 0, 0) end end addEventHandler("onClientGUIClick",GUIEditor.button[1],buy) local money = getPlayerMoney(luckyBugger) local count = 2000000 function lol() if (money >= count ) then takePlayerMoney(luckyBugger,count) else outputChatBox("You don't have Money") end end function lel() destroyElement(veh) end setTimer(lel,120000,1) Second i tried with only spawn same hydra spawnbut cant enter addEventHandler("onClientGUIClick",GUIEditor.button[1], function () --<spawn a vehicle >-- local luckyBugger = getLocalPlayer() -- get the local player local x, y, z = getElementPosition ( luckyBugger ) -- retrive the player's position createVehicle ( 520, x, y, z + 10 ) outputChatBox ( "You got Hydra", 255, 0, 0) end) I used it in both client and server side same error on both sides
  11. Storm-Hanma

    MTA PUBG

    There is already a pubg server running by a owner you can't just copy cat the ideas even you r trying then go here and search for function you can get all https://wiki.multitheftauto.com
  12. I think now usually all you can do is converting other game maps to MTA but no for MTA to GTA san
  13. Best way is do added command function with set element interior function so that player can enter the house easily for ex: /house player will enter the house If not use marker functions on client marker hit +set element position
  14. Use this if you want only weapon function setPedWeaponSlot(localPlayer, 0)
  15. Try this will work , https://community.multitheftauto.com/?p=resources&s=details&id=15095
  16. Start from bottom first create a cool login panel then a spawn panel these 2 r best ideas to get players and suitable for RPG servers ,then now its your choice weather to use community resources or own resources ,make misssions,shops system ,rent system ,events system RPG is roleplay so do all ideas you do in real life too try some things different hope you follow my suggest I am not a RPG players I only play freeroam iam best in free roam mode and gang wars mode ! Good luck
  17. Make a desperate folder add it in resource folder or gameplay folder and will work fine for example Folder name - hidecrosshair Now in hidecross folder add meta.XML and client file and upload in resource folder then enter server do/refresh then /start hidecrosshair simple for map editor also same do /start hidecrosshair
  18. Storm-Hanma

    Help !!

    First visit MTA sa wiki.com start reading functions after you get knowledge now start scripting script code by using notepad ++ best editor
  19. Well@CCW yes we all ways get server list always full I suggest you to increase cost 8$ to 15$ or increase the positions 14 to 20 position better
  20. He didn't mean shaders,he already using same type of models didn't u get that punch door open ? He want to make non punch doors to punch doors which is not possible
  21. Look out weather the files consists of dff and txd files check on console for errors or do /debug script 1
×
×
  • Create New...