Ayuda con estos warning
#4

Hola dis77urbio si lo pongo como me dices me suelta este error


public OnPlayerDeath(playerid, killerid, reason)
{
if(killerid != INVALID_PLAYER_ID)
{
SendDeathMessage(killerid,playerid,reason);
}
if(gTeam[killerid] != gTeam[playerid])
{
GivePlayerMoney(killerid, 300);
SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);
}
else
{
SendDeathMessage(INVALID_PLAYER_ID,playerid,reason );
GivePlayerMoney(killerid, -300);
SetPlayerScore(killerid, GetPlayerScore(killerid) - 1);
}
}
return 1; pwn(1830) : error 010: invalid function or declaration
}
Reply


Messages In This Thread
Ayuda con estos warning - by rofry - 16.11.2011, 12:03
Re: Ayuda con estos warning - by ViniBorn - 16.11.2011, 14:51
Re: Ayuda con estos warning - by dis77urbio - 16.11.2011, 14:52
Respuesta: Ayuda con estos warning - by rofry - 17.11.2011, 07:47
Re: Ayuda con estos warning - by Kostas' - 17.11.2011, 08:18

Forum Jump:


Users browsing this thread: 1 Guest(s)