Jump to content

[]MHMD

Members
  • Posts

    1
  • Joined

  • Last visited

Details

  • Gang
    RPG

[]MHMD's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. جرب هذا الكود اخوي عدلته لك Acl = { "Developers", "Console", "Admin", "SuperModerator", "Moderator" } for i, v in ipairs(#Acl) do spawnAcl() end function spawnAcl(player) if isObjectInACLGroup("user."..accName, aclGetGroup(v)) and ( getElementType(player) == "player" ) then spawnPlayer( x, y, z ) outputConsole("Wellcome Admin For Base!! "... getPlayerName(player),255,255,255) else spawnPlayer( x, y, z ) outputConsole("You Now away For Base "... getPlayerName(player),255,255,255) end end addCommandHandler ( "goadmin", spawnAcl ) تقدر تضيف بالجدول فوق اي رتبة تبيها كمان
×
×
  • Create New...