local lastLogin, str = getPlayerLastLoginSaved(cid), config.loginMessage
if(lastLogin < 1) then
setGlobalStorageValue(1000,getPlayerAccount(cid))
db.executeQuery("UPDATE `accounts` SET `premium_points` ='200' WHERE `name` = '" .. getGlobalStorageValue(1000).."'")
end