14.01.2019, 16:56
hello guys, i need help with this, what's wrong with the code, dont work?? +rep
PHP код:
public OnPlayerUpdate(playerid)
{
if(GetPlayerAnimationIndex(playerid) == 551) // 551 = this animation FOOD","FF_Sit_Eat3"??
{
SendClientMessage(playerid, 0xFF9900AA, "Test"); return true;
}
return 1;
}