function onLogin(cid)
if getPlayerStorageValue(cid, 11551) >= 1 then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have ".. getPlayerStorageValue(cid, 11551) .." days of VIP.")
end
if (getConfigValue("accountManager") == FALSE and getCreatureName(cid) == "Account Manager") then
return false
end