28.10.2012, 19:37
pawn Код:
forward Vida(playerid);
public OnGameModeInit()
{
SetTimer("Vida",1000,1);
}
public Vida(playerid)
{
if(GetPlayerHealth(playerid) < 5)
{
ApplyAnimation ( playerid , "PED" , "WALK_DRUNK" , 4.0 , 1 , 1 , 1 , 1 , 0 ) ;
}
return 1;
}
pawn Код:
warning 202: number of arguments does not match definition
Fiz o Cуdigo, mais nгo sei por que ta dando esse warning :\