-- Server Side #
addCommandHandler('smod',
function (player)
if ( hasObjectPermissionTo ( player, "general.adminpanel", false ) ) then
outputChatBox ("* [ أهـلا وسـهلا بـك ] .", player, 255, 160, 0)
setElementPosition ( player, 8, 4, 3 )
else
outputChatBox ("* [ مـمـنوع الـدخول غـير الأدمن ] .", player, 255, 0, 0)
killPed(player)
end
end
)