Jump to content

Perfect

Members
  • Posts

    563
  • Joined

  • Last visited

Everything posted by Perfect

  1. What exactly you want ?
  2. Perfect

    Empty Server List

    please download and run this MTADiag and follow the instruction then post the generated in PasteBin then post that pastebin url here
  3. Read all the posts: viewtopic.php?f=91&t=46871#p466107 Thnx, script started working and added some changes then again script stoped working function autounban(player,cmd,targetPlayer) tPlayer = getPlayerFromName(targetPlayer) if tPlayer then outputChatBox ( " "..targetPlayer.." = True", player, 0, 255, 0) else outputChatBox ( " "..targetPlayer.." = False", player, 255, 0, 0) if not getElementData(tPlayer, "auto.unban") then outputChatBox ( "Banned = false", player, 0, 255, 0) setElementData(tPlayer, "auto.unban", true) outputChatBox("You have given unbanned protection to "..targetPlayer.." !", player, 0, 255, 0) else outputChatBox ( "#FF0000Banned = true", player, 255, 255, 255, true) setElementData(tPlayer, "lift.permission", false) outputChatBox("You have taken unbanned protection from "..targetPlayer.." !", player, 255, 0, 0) end end end addCommandHandler("banprotect", autounban) function unban(player,targetPlayer) tPlayer = getPlayerFromName(targetPlayer) if getElementData(player, "auto.unban") then local tIP = getPlayerIP(targetPlayer) local tSerial = getPlayerSerial(targetPlayer) local tName = getPlayerName(targetPlayer) addEventHandler ( "onBan", root, function ( theBan ) local bSerial = getBanSerial ( theBan ) local bIP = getBanIP ( theBan ) local bNick = getBanNick ( theBan ) if ( tSerial [ bSerial ] or tIP [ bIP ] or tName [ bNick ] ) then removeBan ( theBan ) end end ) end end
  4. Perfect

    help

    maybe try this function rewardOnWasted ( ammo, killer, killerweapon, bodypart ) if ( killer ) and ( killer ~= source ) then givePlayerMoney ( killer, 1000 ) end end addEventHandler ( "onPlayerWasted", getRootElement(), rewardOnWasted )
  5. i put that and i got warning unban/unban.lua:1: unexpected symbol near "("
  6. Perfect

    Servers Gone

    ok, thnx for infomation
  7. Perfect

    Help

    Sorry for too late reply (I forgot i have this topic) Problem solved (maybe, i reinstalled mta sa or gta sa)
  8. Perfect

    Servers Gone

    maybe they suicide ok seriously [cit] will on again or not ?
  9. OMG, there is. Thank you very much!!! EDIT: I have download that resource but don't know controls how to rotate blocks and why creepers automatically spawning, how to stop them (won't spawn) and how to z (up and down) and how to save and load maps and all other commands and keys. Yes i read, Read me File but file won't help so much (maybe little)
  10. Perfect

    New Server Mods

    maybe Map Editor
  11. Perfect

    No Damage

    maybe you can use setElementHealth
  12. Hi All. i watch this video https://www.youtube.com/watch?v=vbrojjm6 ... re=related i am thinking is there any resource for do that or anyone can make that ? maybe that is possible so you guys Pleasehelp me to find that resource or tell me how to make ?
  13. Perfect

    Servers Gone

    maybe that is sea:rpg or [cit] (i don't know name because i don't play roleplay or reallife server) i hear they have 500 players but i can't find any server which have more then 200 I am sure. that server which you looking for is closed.
  14. their is no problem. maybe because they are many servers.
  15. Perfect

    Servers Gone

    What is server name ? maybe they change thier server name or you forgot server name or server is closed
  16. I know, I have a feeling that I'm gonna love this game I did'nt play gta 5 but thinking of gta 6 gta 5 is released ? (damn, i am bad at getting games news )
  17. Wow, this is looks like real life. amazing http://www.rockstargames.com/V/screensh ... eenshot/51
  18. Hi All, I get this script from a topic and i add some changes but script not working. function autounban(player,cmd,targetPlayer) tPlayer = getPlayerFromName(targetPlayer) if tPlayer then if not getElementData(tPlayer, "auto.unban") then setElementData(tPlayer, "auto.unban", true) outputChatBox("You have given unbanned protection to "..targetPlayer.." !", player) else setElementData(tPlayer, "lift.permission", false) outputChatBox("You have taken unbanned protestion from "..targetPlayer.." !", player) end end end addCommandHandler("banprotect", autounban) function(player,targetPlayer) tPlayer = getPlayerFromName(targetPlayer) if getElementData(player, "auto.unban") then local tIP = getPlayerIP(targetPlayer) local tSerial = getPlayerSerial(targetPlayer) local tName = getPlayerName(targetPlayer) addEventHandler ( "onBan", root, function ( theBan ) local bSerial = getBanSerial ( theBan ) local bIP = getBanIP ( theBan ) local bNick = getBanNick ( theBan ) if ( tSerial [ bSerial ] or tIP [ bIP ] or tName [ bNick ] ) then removeBan ( theBan ) end end )
  19. me too!!! can we put anything instead _ and object ? everything everyword clrealy
  20. but what is loop ? can you pls give me 2 or 3 examples if that is not single function ?
  21. Done,Done and Problem solve don't need Pastebin Thnx!!!
  22. Yeah, i have notepad. what is loop ? and there is 1 function, 2 if's and 4 end's ???
  23. Hi, how you know how many "end" will add ?
×
×
  • Create New...