03.09.2010, 01:11
(
Последний раз редактировалось Venturas; 03.09.2010 в 01:22.
)
pawn Код:
if(GetPlayerHealth(playerid) >= 10 || GetPlayerHealth(playerid) <= 20)
{
if(GetPlayerHealth(playerid) >= 10 || GetPlayerHealth(playerid) <= 20)
{
Guys if you are getting the "number of arguments does not match denition"
Check how the function works: GetPlayerHealth - CLICK ME |
new Float:health;
GetPlayerHealth(playerid, health);
if(10 <= health && health <= 20) {}