Two errors
#1

(1817) : error 025: function heading differs from prototype
(1827) : error 025: function heading differs from prototype


PHP код:
public OnPlayerTakeDamage(playeridissueridFloat:amountweaponidbodypart//1817
{
    if(
issuerid != INVALID_PLAYER_ID)
    {
        if(
GetPVarInt(playerid"aFly") == 1) return 1;
        
PlayerPlaySound(issuerid17802000);
    }
    return 
1;
}
public 
OnPlayerGiveDamage(playeriddamagedidFloat:amountweaponidbodypart//1827
{
    if(
GetPVarInt(damagedid"AdminDuty" ) == && gPlayerInfo[playerid][pAlevel] < 1)
        
GameTextForPlayer(playerid"~r~DON'T SHOOT ADMINS ON DUTY!"100006);
    if(
gPlayerInfo[playerid][pTeam] == gPlayerInfo[damagedid][pTeam] && !IsPlayerInAnyVehicle(playerid) && gPlayerInfo[playerid][pAlevel]< 1)
        
GameTextForPlayer(playerid"~r~Don't shoot your team mates!"9006);
    return 
1;

Reply


Messages In This Thread
Two errors - by Alex_T - 17.04.2015, 18:05
Re: Two errors - by Jimmy0wns - 17.04.2015, 18:06
Re: Two errors - by Azula - 17.04.2015, 18:08

Forum Jump:


Users browsing this thread: 1 Guest(s)