03.01.2012, 21:18
Well i was making for restaurant if the player health is 100 they cannot eat but for some reason people could eat with any health,
on top
the code
on top
pawn Код:
new Float:health;
pawn Код:
if(GetPlayerHealth(playerid,health) == 100) return SendClientMessage(playerid,lightyellow,"I think you are bit too full for eating");