Jump to content
  • 0

pomoc warning 202: number of arguments does not match definition


Deleted User

Dotaz

11 odpovědí na tuto otázku

Recommended Posts

  • 0

Podle mě to správně není. Když dáváš GetPlayerHealth, tak v té závorce jsou 2 argumenty, ne?

 

 

Nemá to být takto?

 

new Float:heal, Float:vesta;

GetPlayerHealth(playerid, heal);
GetPlayerArmour(playerid, vesta);

dUserSetINT(PlayerName(playerid)).("Zdravie",heal);

dUserSetINT(PlayerName(playerid)).("Vesta",vesta);

Link to comment
Share on other sites

  • 0

haha, sorry sorry, má tam blbě funkci :d - GetPlayerHealth(playerid); , má to být takhle : GetPlayerHealth(playerid,Float:health); , to samý i s armour atd.. tedy jak si to psal ty dragster, sry, moje chyba ;)

Link to comment
Share on other sites

  • 0
FreeWall":r81w64t2]haha, sorry sorry, má tam blbě funkci :d - GetPlayerHealth(playerid); , má to být takhle : GetPlayerHealth(playerid,Float:health); , to samý i s armour atd.. tedy jak si to psal ty dragster, sry, moje chyba ;)

 

:lol: Sranda musí beeeejt.. :d :rap2:

 

Ale fakt.. GetPlayerHealth(playerid); mi pokaždé hodí warning a tečka :d

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...