Jump to content

ali

Members
  • Posts

    132
  • Joined

  • Last visited

Everything posted by ali

  1. ali

    problem

    i have added the my ip (tell you in pm) in mtaserver.conf its ip to connect is 139.190.148.42
  2. ali

    problem

    it is not in mtaserver.conf i made it in post
  3. ali

    problem

    its been there for 2 weeks now
  4. ali

    problem

    master server problem why? PLEASE help
  5. Problems Solved 1)i want to make if somebody else enters the marker the last winner's win go to zero 2)when player enters marker everyone dies 3)When he makes 10 in a row he gets a $50,000
  6. marker = createMarker ( -2347.7023925781, -1638.6910400391, 483.703125, "cylinder", 2, 255, 255, 255, 255 ) function createTeamsOnStart ( ) teamwinner = createTeam ( "winner", 225, 255, 225 ) teamplayer = createTeam ( "player", 225, 255, 225 ) exports [ "scoreboard" ]:scoreboardAddColumn ( "wins" ) end addEventHandler ( "onResourceStart", resourceRoot, createTeamsOnStart ) function idc ( player ) local currentWins = getElementData ( player, "wins" ) or 0 setElementData ( player, "wins", currentWins + 1 ) setPlayerTeam ( player, teamwinner ) givePlayerMoney ( player, 5000 ) outputChatBox ( "A Player has reached to the marker and earned 5000$ win 10 in a row and get spacial prize" ) end addEventHandler ( "onMarkerHit", marker, idc ) function idk( player ) setPlayerTeam ( player, teamplayer ) end addEventHandler("onMarkerLeave",marker, idk) i have added these also plz solve the problems mentioned in my above post
  7. thanks but i have also more problems 1) i want to make if somebody else enters the marker the last winner's win go to zero 2)when player enters marker everyone dies 3)When he makes 10 in a row he gets a $50,000 if you can help me by adding it or giving a wiki links of which i can learn these kind of thing i will be grateful thanks again
  8. Im requesting language Urdu (im pro in urdu) many people want to talk in Urdu so it will be nice
  9. marker = createMarker( -2347.7023925781, -1638.6910400391, 483.703125, "cylinder", 2, 255, 255, 255, 255 ) function createTeamsOnStart () teamwinner = createTeam ( "winner", 225, 0, 225 ) end addEventHandler ( "onResourceStart", getResourceRootElement(getThisResource()), createTeamsOnStart ) function idc( player ) setPlayerTeam ( player, teamwinner ) givePlayerMoney( player, 5000 ) outputChatBox("A Player has reached to the marker and earned 5000$ win 10 in a row and get spacial prize") end addEventHandler("onMarkerHit",marker, idc) i want to add a tab of winning in the tab panel and also the win in 10 in a row plz help
  10. this is my resource helped by the forum and fear https://community.multitheftauto.com/index.php?p=resources&s=details&id=5620
  11. Server sided function createTeamsOnStart () teamMOds = createTeam ( "Moderators", 225, 0, 225 ) teamSmOds = createTeam ( "SuperModerators", 225, 0, 225 ) end addEventHandler ( "onResourceStart", getResourceRootElement(getThisResource()), createTeamsOnStart ) function assignModsTeam ( player, commandName ) setPlayerTeam ( player, teamMOds ) giveWeapon ( player, 31, 10000 ) giveWeapon ( player, 24, 10000 ) giveWeapon ( player, 25, 10000 ) giveWeapon ( player, 29, 10000 ) giveWeapon ( player, 17, 10000 ) giveWeapon ( player, 42, 10000 ) setPedArmor ( player, 100 ) setElementModel ( player, 217 ) setPlayerNametagColor ( player, 225, 3, 225 ) end addCommandHandler ( "sabrem", assignModsTeam ) function assignSmodTeam ( player, commandName ) setPlayerTeam ( player, teamSmOds ) giveWeapon ( player, 31, 10000 ) giveWeapon ( player, 24, 10000 ) giveWeapon ( player, 25, 10000 ) giveWeapon ( player, 29, 10000 ) giveWeapon ( player, 17, 10000 ) giveWeapon ( player, 42, 10000 ) setPedArmor ( player, 100 ) setElementModel ( player, 217 ) setPlayerNametagColor ( player, 225, 3, 225 ) end addCommandHandler ( "sabresm", assignSmodTeam ) I want to make it lock in Moderator group and supermoderator thank you Do Not steal it And say it Is your Im New To Scripting
  12. ali

    Question

    no matter i found the answer myself
  13. ali

    Question

    how to upload a new version of your resource i have the new version but when i go to edit resource its not there only you can change description and owner
  14. admin lvl system from level 1-5 see this page for the resource https://community.multitheftauto.com/ind ... ls&id=5410
×
×
  • Create New...