ID 0 Bug
#1

xxxx
Reply
#2

Show whole code or command
Reply
#3

PHP код:
        if(TransportDriver[playerid] < MAX_PLAYERS && AdminDuty[playerid] == 0
        { 
            new 
string[128]; 
            
TransportMoney[TransportDriver[playerid]] += TransportCost[playerid]; 
            
format(stringsizeof(string), "~w~Taksi ucreti~n~~r~$%d",TransportCost[playerid]); 
            
GameTextForPlayer(playeridstring50003); 
            
//GameTextForPlayer(-TransportCost[playerid], string, 5000, 1); 
            
format(stringsizeof(string), "~w~Musteri taksiden ayrildi~n~~g~Kazanilan $%d",TransportCost[playerid]); 
            
GameTextForPlayer(TransportDriver[playerid], string50003); 
            
GivePlayerCash(playerid, -TransportCost[playerid]); 
Reply
#4

up up (updated sscanf2 but not working) i not fixing
Reply
#5

i solved.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)