Dialog displays to wrong player.
#4

pawn Код:
case 0:
        {
        new string[256], x;
        x = 150 - VehicleFuel[GetPlayerVehicleID(playerid)];
        format(string, sizeof(string), "Tankowanie %d litrow", x);
        GameTextForPlayer(playerid, string, 10000, 4);
        TogglePlayerControllable(playerid,0);
        SetTimerEx("Tankowanie",10000,0, "i", playerid);
        }
Reply


Messages In This Thread
Dialog displays to wrong player. - by DJGama101 - 31.03.2012, 19:00
Re: Dialog displays to wrong player. - by OxyG3N - 31.03.2012, 19:05
Re: Dialog displays to wrong player. - by DJGama101 - 31.03.2012, 19:07
Re: Dialog displays to wrong player. - by OxyG3N - 31.03.2012, 19:13
Re: Dialog displays to wrong player. - by DJGama101 - 31.03.2012, 19:28

Forum Jump:


Users browsing this thread: 1 Guest(s)