How to fix this warning ?
#1

pawn Код:
stock IsPlayerInCopVehicle(playerid)
{
    if(IsPlayerInVehicle(playerid, 427) || IsPlayerInVehicle(playerid, 490) ||
    IsPlayerInVehicle(playerid, 497) || IsPlayerInVehicle(playerid, 523) ||
    IsPlayerInVehicle(playerid, 596) || IsPlayerInVehicle(playerid, 597) ||
    IsPlayerInVehicle(playerid, 598) || IsPlayerInVehicle(playerid, 599))
    return 1; //Line 1125
}

Код:
(1125) : warning 209: function "IsPlayerInCopVehicle" should return a value
Reply


Messages In This Thread
How to fix this warning ? - by AnonScripter - 08.04.2014, 11:33
Re: How to fix this warning ? - by CutX - 08.04.2014, 11:36
Re: How to fix this warning ? - by xVIP3Rx - 08.04.2014, 11:49
Re: How to fix this warning ? - by AnonScripter - 08.04.2014, 11:57

Forum Jump:


Users browsing this thread: 2 Guest(s)