Quote:
Originally Posted by bluray
One More Question, How would u make like The Skin For millionaires only?
would i do?
Code:
switch(skinid)
{
case280
{
if(GetPlayerMoney(playerid) == 1000000)
GameTextForPlayer(playerid, "Admins Only", 2000, 6)
}
|
This will not work for only millionaires. Because they can still select the skin!