Jump to content

Resto

Members
  • Posts

    155
  • Joined

  • Last visited

Everything posted by Resto

  1. And when I want to set the Admin, SMOD? like to try everything and not .. function fixall(tPlayer, tCommand) if (eventName == "startFixAllPlayers") then tPlayer = source end accountname = getAccountName (getPlayerAccount(tPlayer)) if isObjectInACLGroup ( "user." .. accountname, aclGetGroup ("Admin") ) then if isPedInVehicle(tPlayer) then for i,player in ipairs(getElementsByType("player")) do fixVehicle(getPedOccupiedVehicle(player)) end setTimer(outputChatBox,50,1,"Bla Bla Bla",getRootElement(),171,205,239,true) end else outputChatBox("Bla Bla Bla",tPlayer, 255, 0, 0, true) end end addCommandHandler("fixall",fixall) addEvent("startFixAllPlayers", true) addEventHandler("startFixAllPlayers", getRootElement(), fixall) function restoreAllBlood_CMD(thePlayer, theCMD) if (eventName == "startBloodAllPlayers") then thePlayer = source end local accountName = getAccountName(getPlayerAccount(thePlayer)) if(accountName) then if(isObjectInACLGroup("user."..accountName, aclGetGroup("Admin"))) then local alivePlayers = getAlivePlayers(); if(alivePlayers ~= false) then for key, value in ipairs(alivePlayers) do setElementData(value, "blood", 12000); outputChatBox("Bla Bla Bla", value, 0, 255, 0); end end else outputChatBox("Bla Bla Bla", thePlayer, 255, 0, 0); end end end addCommandHandler("bloodall", restoreAllBlood_CMD, false, false); addEvent("startBloodAllPlayers", true) addEventHandler("startBloodAllPlayers", getRootElement(), restoreAllBlood_CMD)
  2. I'm just crazy that I'm helping people like you. Because, why someone would put time in scripting something for free? I feel even pay for other scripts.
  3. Thank you very much, you're probably the best scripter who can help ..
  4. Please write to me what you edited because I modified admin panel and I want there to be just what you edited ..?
  5. And even when indexed so everything says that I have to check ..
  6. Typ proper English, or don't say anything e.e I do it through Google translate ... yet you know everything you read ..
  7. Thank you very much .. and also do not know that I would not have the týchlo button marks the player? only normal that I click on Bloodall and make it all the blood?
  8. give me your source when you write that it going ..
  9. Again: I tried the 50x version and not all the time ..
  10. And to fix it somehow?
  11. What a lie? .. However, I copied your post and that's it .. anyway it always creates two players I put about 20x the new admin panel and not all the time..
  12. Then it went normally .. just as I copied your bed so it creates 2 players ..
  13. It's working again but something does not :( 1) - Creates 2 names in admin panel 2) - I need someone that I can mark data Bloodall and FIXALL
  14. Well it is stored? Errors: Meta.xml: Admin: Admin Panel turn finally comes .. just like it creates two people in the admin panel. and FIXALL, Bloodall not working..
  15. Have my turn comes Admin Panel I still think it's like .. 1) - does not work FIXALL, Bloodall when I click on it .. 2) - Creates a 2 players in the admin panel .. PS: The best solution would be if you send the whole admin panel on skype and you do it there and then you send it to me when it will be, please? because nothing is not working ..
  16. I did everything you told me .. but I still can not even turn on the Admin Panel
  17. I understand that I give it to meta.xml but where do I put the script? to the server and where? ...
  18. And where I have to give ADMIN?
  19. I do not know what's wrong .. please help ..
  20. Does not work admin panel does not turn on
  21. So someone help me please?
×
×
  • Create New...