[Ajuda] undefined symbol "GiveDodMoney"
#7

Quote:
Originally Posted by PT
Посмотреть сообщение
a linha do codigo onde ta dando esse warning
pawn Код:
if(GetPlayerState(i) != PLAYER_STATE_DRIVER || Fuel[vehicleid] >= 100.0 || GetPlayerMoney(i) < cost
                    || !IsPlayerInRangeOfPoint(i, 10.0, FuelStationPos[stationid][0], FuelStationPos[stationid][1], FuelStationPos[stationid][2]))
                    {
                        if(GetPlayerMoney(i) < cost) cost = GetPlayerMoney(i);
                        GiveDodMoney(i, -cost);
                        format(string, sizeof(string), "~r~-$%d", cost);
                        GameTextForPlayer(i, string, 2000, 3);
                        format(string, sizeof(string), "Vocк pagou $%d pelo combustivel.", cost);
                        SendClientMessage(i, COLOR_WHITE, string);
                        SetPVarInt(i, "FuelStation", 0);
                        SetPVarFloat(i, "Fuel", 0.0);
                    }
Reply


Messages In This Thread
undefined symbol "GiveDodMoney" - by willttoonn - 09.09.2013, 20:08
Re: undefined symbol "GiveDodMoney" - by powerths - 09.09.2013, 20:11
Re: undefined symbol "GiveDodMoney" - by willttoonn - 09.09.2013, 20:14
Re: undefined symbol "GiveDodMoney" - by PT - 09.09.2013, 20:23
Re: undefined symbol "GiveDodMoney" - by willttoonn - 09.09.2013, 20:27
Re: undefined symbol "GiveDodMoney" - by PT - 09.09.2013, 20:29
Re: undefined symbol "GiveDodMoney" - by willttoonn - 09.09.2013, 21:00
Re: undefined symbol "GiveDodMoney" - by MoonRey - 09.09.2013, 21:19
Re: undefined symbol "GiveDodMoney" - by willttoonn - 09.09.2013, 21:29
Re: undefined symbol "GiveDodMoney" - by DannielCooper - 09.09.2013, 22:05

Forum Jump:


Users browsing this thread: 2 Guest(s)