warning 209: function "GetPlayerGas" should return a value
#2

pawn Код:
stock GetPlayerGas(playerid)
{
    new amount;
    amount = GetPVarInt(playerid, "gas");
    return amount;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)