Simonboy Posted August 22, 2012 Posted August 22, 2012 (edited) resuelto Edited August 22, 2012 by Guest
Alexs Posted August 22, 2012 Posted August 22, 2012 function revisar ( ) if (isElementWithinColShape ( source, safecol )) then local acc = getPlayerAccount(source) -- if isGuestAccount(acc) then killPed(source) return end -- local accName = getAccountName(acc) if not isObjectInACLGroup ("user."..accName, aclGetGroup ( "USS" ) ) then killPed(source, source) end end end addEventHandler ( "onPlayerSpawn", getRootElement(), revisar ) Agrégalo abajo de todo.
Recommended Posts