Jump to content

Makaveli15

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Makaveli15

  1. Have done u said, andd it doesnt work xD
  2. does it requires 'Use customized gta sa files'. Cuz i added it, and it doesnt work
  3. I would like to ask you before being tell to all ppls to whitelist timecyc.dat. May it cause some other problems besides timecyc.dat. I mean can it cause smth else at data will be whitelisted as well?
  4. Anyway, thanks for responding
  5. We just want to have bright car, thats all. Because default looks malformed if be honest.And we want to use it, without turning 'Use Customized Files' on, because, yes as, u said we won't be able to join any serv. Anyway, idk why, but if somebody bumps a car or in fly, it reflects and works like it worked before normal: https://imgur.com/MUBvktq https://imgur.com/5RY8zlQ UPD: https://imgur.com/LYUisiR - My car bumped, reflects
  6. Works, but still getting messages. pm/msg as well.
  7. maybe i did wrong meta or smth. could u send me or idk
  8. still writes the same: unexpected symbol near '
  9. yea, im so bad.. It doesn't work. shows unexpected symbol near '
  10. Hey guys. How can i make script like this. If i write command, i dont receive any message of choosen person. Even pm/msg commands not show up. Also able to unignore. And everything's for client of course.
  11. Our team's video. As you could see in the resource title there are imgs of 'North Team'. Look at the date - 9 months ago. I got no idea how else i could prove it.
  12. Pls block this resource, its stolen, it was private one we didn't share it: https://community.multitheftauto.com/index.php?p=resources&s=details&id=15008 Also this guy used as he done it. RESPONSE: please show evidence of your claims, without that we won't be able to take action.
  13. Thanks ya again!im so happy
  14. ah forgot smth. the last question Is it possible to change the group from Admin to anything else?Or it won't work
  15. THAT FUKCING WORKS, Thank you so much, fam!
  16. elseif ( action == "ban" ) then function outputBan ( banPointer, responsibleElement ) if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("Admin")) then for _,ban in ipairs(getBans()) do if getBanSerial(ban) == getPlayerSerial(source) then setTimer ( function() removeBan (ban) end, 1000, 1 ) local banner = getPlayerSerial ( responsibleElement ) or nil if banner then addBan ( nil, nil, banner , root, "You were banned for banning a staff member") outputChatBox(getPlayerName(banner).." has been banned for banning a staff member") else return end else return end end else return end end addEventHandler ( "onPlayerBan", getRootElement(), outputBan ) local reason = data or "" now its just bans the admin maybe its would be easier if u would add me on skype? because its kinda worse to talk like this
  17. well, it doesnt work, if i've done everythin correctly elseif ( action == "ban" ) then if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(player)), aclGetGroup("Admin")) then outputChatBox( getPlayerName(source).."#ff0000 tried to ban you.", player, 255, 0, 0, true) return false end function outputBan ( banPointer, responsibleElement ) if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("Admin")) then for _,ban in ipairs(getBans()) do if getBanSerial(ban) == getPlayerSerial(source) then setTimer ( function() removeBan (ban) end, 1000, 1 ) local banner = getPlayerSerial ( responsibleElement ) or nil if banner then addBan ( nil, nil, banner , root, "You were banned for banning a staff member") outputChatBox(getPlayerName(banner).." has been banned for banning a staff member") else return end else return end end else return end end addEventHandler ( "onPlayerBan", getRootElement(), outputBan ) local reason = data or ""
  18. i should apply this to the first one you wrote? elseif ( action == "ban" ) then if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(player)), aclGetGroup("Admin")) then outputChatBox( getPlayerName(source).."#ff0000 tried to ban you.", player, 255, 0, 0, true) return false end
  19. noo, i just meant a function like: a guy which tried to ban me to gets banned instead of me
  20. what's about counter-ban?
  21. tbh, i would like to have it as separate script, but i will check out this one that works, but what sense if it doesnt ban somebody who tried to ban me
  22. check out the pic: https://ibb.co/kBemqm
×
×
  • Create New...