hi
how could i do, that a certain group of players (vip players) wich have a certain storage (11551) have more exp rate than other players???
thanks
how could i do, that a certain group of players (vip players) wich have a certain storage (11551) have more exp rate than other players???
if getPlayerStorageValue(player, 11551) > 0 then
--player is VIP
more exp rate!
else
--player is not VIP
end
thanks