06.05.2017, 13:06
I tried this
But when i aim on any actor that is id 179 nothing happens
Can anyone help me please?
PHP код:
public OnPlayerUpdate(playerid)
{
if(GetPlayerTargetActor(playerid) == 179)
{
SendClientMessage(playerid, COLOR_WHITE, "Works");
}
}
Can anyone help me please?