function LauncherVIP ()
if ( isGuestAccount ( getPlayerAccount ( source ) ) ) then return end
if isObjectInACLGroup("user." .. getAccountName ( getPlayerAccount ( source ) ), aclGetGroup("Best-G")) or isObjectInACLGroup("user." .. getAccountName ( getPlayerAccount ( source ) ), aclGetGroup("Best-P")) then
setElementData( source , 'GLA' , getElementData ( source , 'GLA' ) +3 )
outputChatBox ("#00FF00|Best-System|#CC0000 : You take 3 Launcher successfully . Wait 10 minutes to again.",source,255,255,0,true)
end
end
addEvent( "LauncherVIP", true )
addEventHandler( "LauncherVIP", getRootElement(),LauncherVIP )
جرب ..