YSI Error
#1

Someone Help me please

Error
Код:
C:\Users\win 8.1\Downloads\trucking\pawno\include\YSI\y_iterate.inc(909) : warning 202: number of arguments does not match definition
C:\Users\win 8.1\Downloads\trucking\pawno\include\YSI\y_iterate.inc(922) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Code:
Код:
forward Itter_OnPlayerDisconnect(playerid, reason);
Reply
#2

Download the files again and try again
Reply
#3

Quote:
Originally Posted by ******
Посмотреть сообщение
Err, have you or one of your includes modified OnPlayerDisconnect? And are you using the latest version of YSI?
i'm not edited onplayerdisconnect
that is kode

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
	if(DiedHungry[playerid] == true)
	{
		SetProgressBarValue(PGHUNGER, 100);
		UpdateProgressBar(PGHUNGER, playerid);
		SetPVarInt(playerid,"HUNGER", 100);
	}
	if(DiedThirst[playerid] == true)
	{
	    SetProgressBarValue(PGTHIRST, 100);
	    UpdateProgressBar(PGTHIRST, playerid);
	    SetPVarInt(playerid, "THIRST", 100);
	}
 	return 1;
}
I put on a new version
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)