Cellphone
#1

how can i make so if i get a phonebook all numbers start with 750XXXXXXX?all numbers?so at start i dont want a phonebook but if i buy a phone book i get a number 750XXXXXXX..this is the buy..


PHP код:
    if (item == && GetPlayerCash(playerid) > 500)
                {
                    if(
PlayerInfo[playerid][pTraderPerk] > 0)
                    {
                        new 
skill 500 100;
                        new 
price = (skill)*(PlayerInfo[playerid][pTraderPerk]);
                        new 
payout 500 price;
                        
format(stringsizeof(string), "~r~-$%d"payout);
                        
GameTextForPlayer(playeridstring50001);
                        
GivePlayerCash(playerid,- payout);
                        
SBizzInfo[9][sbTill] += payout;
                        
ExtortionSBiz(9payout);
                    }
                    else
                    {
                        
format(stringsizeof(string), "~r~-$%d"500);
                        
GameTextForPlayer(playeridstring50001);
                        
GivePlayerCash(playerid,-500);
                        
SBizzInfo[9][sbTill] += 500;
                        
ExtortionSBiz(9500);
                    }
                    
PlayerPlaySound(playerid10520.00.00.0);
                    new 
randphone 1000000 random(8999999);//minimum 1000  max 9999
                    
PlayerInfo[playerid][pPnumber] = randphone;
                    
format(stringsizeof(string), "   Mobile Phone Purchased your new Number is %d"randphone);
                    
SendClientMessage(playeridCOLOR_GRAD4string);
                    
SendClientMessage(playeridCOLOR_GRAD5"You can check this anytime by Typing /stats");
                    
SendClientMessage(playeridCOLOR_WHITE"HINT: You can now type /help to see your cell phone commands.");
                    return 
1;
                } 
Reply


Messages In This Thread
Cellphone - by Dan_Barocu - 08.05.2012, 21:30
Re: Cellphone - by ReneG - 08.05.2012, 22:03
Re: Cellphone - by Dan_Barocu - 08.05.2012, 22:12
Re: Cellphone - by ReneG - 08.05.2012, 22:17
Re: Cellphone - by Dan_Barocu - 09.05.2012, 16:08
Re: Cellphone - by TzAkS. - 09.05.2012, 16:12
Re: Cellphone - by Dan_Barocu - 09.05.2012, 16:37
Re: Cellphone - by TzAkS. - 09.05.2012, 16:40
Re: Cellphone - by Dan_Barocu - 09.05.2012, 16:42
Re: Cellphone - by Dan_Barocu - 09.05.2012, 18:07

Forum Jump:


Users browsing this thread: 2 Guest(s)