13.07.2012, 13:22
Hi guys i found this code:
But i want check player health and not wanted level.. How i can replace it??
Some help..
Thanks
PHP код:
if (GetPlayerWantedLevel(plId) == 0)
{
SendClientMessage(playerid, 0xFF0000AA, "This Player Is Not
Wanted!");
return 1;
}
Some help..
Thanks