Jump to content

Mr.unpredictable.

Members
  • Posts

    437
  • Joined

  • Last visited

Everything posted by Mr.unpredictable.

  1. my idea was some what similar to this, but your code doesn't make any sense, If you are using that resource then you will have to use exports. also onplayerweaponswitch is server side it will effect every one.
  2. It is possible, just pm me and i will tell you how to do that. Note: I won't create the script for you, You will have to do it on your own.
  3. yes you can but that will need a lot of work on coding.
  4. did you even read his 1st post?
  5. It's because your script is client side use triggerClientevent and triggerserver event to fix that.
  6. Mr.unpredictable.

    Help

    You mean the cloud thingy on players head when they type?
  7. the postion you are getting is wrong. Maybe that resource is giving you wrong position.
  8. It is teleporting you the location where you have created the marker. post the location and dimention where you want the marker to be
  9. How we we suppose to know what is creating problem, atleast post the resource link or the part of the code.
  10. You've posted this in wrong board.
  11. are you using McAfee Anti-virus?
  12. There was ')' missing in the code in the line 13. function cars () c1 = createVehicle ( 520, -2891.84765625, 460.4560546875, 4.9140625, 0, 0, 90 ) end addEventHandler("onResourceStart", root, cars) function onEnter(thePlayer) if getElementModel(source) == 520 and getElementData(thePlayer, "class") ~= "Admin" then cancelEvent() outputChatBox("This Vehicle Is Locked for the Class:Admin", thePlayer, 0, 255, 0) end end addEventHandler("onVehicleStartEnter", getRootElement(Sr))
  13. i think gta3.img not related of the problem more players modifed their gta3.img and don't have any kick from AntiCheat it does affect, you can modify your gta.img but if you have any improper file in your gta.img it will create problem.
  14. It sometimes happens when you have improper files in your Gta3.img download original gta.img file
  15. try this local flist = { ["SWAT"] = "Army", ["Army"] = "SWAT" } addEventHandler("onClientPlayerDamage", localPlayer, function(attacker) if attacker and getElementType(attacker) == "player" then local sTeam = getPlayerTeam(localPlayer) --------- swat team local aTeam = getPlayerTeam(attacker) --------- army team if aTeam and sTeam and flist[getTeamName(sTeam)] == getTeamName(aTeam) then cancelEvent() end end end ) but there is one problem both the team will still be able to kill with knife. you can use onClientPlayerStealthKill to fix it.
  16. yes it is possible, create a friendly fire script.
  17. viewtopic.php?f=91&t=47897 read this 1st before creating topic in scripting board.
  18. Agreed 1 about Ryan, His scripting skills are not that good.
  19. just edit the icons from the killmessage resource
  20. You posted this in wrong board + Explain what you are trying to do. We can't understand anything from what you posted above.
  21. I don't know if it's public or not but you can easily create One.
×
×
  • Create New...