1warning message?
#3

Quote:
Originally Posted by LetsOWN[PL]
Посмотреть сообщение
Here:
[pawno]if(GetVehicleHealth(playerid) < 1000)[/pawno]

Above it, make this:
[pawno]new vHealth;
vHealth = GetVehicleHealth(playerid);
[/pawno]

and instead
[pawno]if(GetVehicleHealth(playerid) < 1000)[/pawno]
give
[pawno]if(vHealth < 1000)[/pawno]
Working?

~Lets
i put it

Код:
 		    new vHealth;
			vHealth = GetVehicleHealth(playerid);//<-- line 767
			if(vHealth < 1000) return SendClientMessage(playerid,COLOR_RED,"Your Vehicle Is Already Full Health!");
and i got this warning


Код:
C:\Users\**********\Desktop\*********\gamemodes\ct.pwn(767) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
:Z
Reply


Messages In This Thread
1warning message? - by CrazyBlob - 20.05.2011, 18:51
Re: 1warning message? - by LetsOWN[PL] - 20.05.2011, 18:57
Re: 1warning message? - by CrazyBlob - 20.05.2011, 18:58
Re: 1warning message? - by LetsOWN[PL] - 20.05.2011, 18:59
Respuesta: 1warning message? - by K9- - 20.05.2011, 18:59
Re: 1warning message? - by CrazyBlob - 20.05.2011, 19:01
Re: 1warning message? - by LetsOWN[PL] - 20.05.2011, 19:03
Respuesta: 1warning message? - by K9- - 20.05.2011, 19:03
Re: 1warning message? - by [03]Garsino - 20.05.2011, 19:04
Re: 1warning message? - by CrazyBlob - 20.05.2011, 19:04
Re: 1warning message? - by LetsOWN[PL] - 20.05.2011, 19:05

Forum Jump:


Users browsing this thread: 1 Guest(s)