Help i doonu from where came out this warning
#1

Код:
C:\DOCUME~1\admin\Desktop\SWAT\GAMEMO~1\z.pwn(391) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
PHP код:
    SetPlayerHealth(playerid,GetPlayerHealth(playerid) - 10); 
Reply
#2

Probably you did it wrong it must be like this

pawn Код:
new Float:hp;
GetPlayerHealth(playerid, hp);
SetPlayerHealth(playerid, hp - 10);
Reply
#3

GetPlayerHealth stores values, just like GetPlayerName.
pawn Код:
new Float:Health;
GetPlayerHealth(playerid, Health);
SetPlayerHealth(playerid, Health - 10);
wiki.sa-mp.com/wiki/GetPlayerHealth
Reply
#4

Thanks Finn XD
Reply
#5

No Problem..
Lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)