I need help with house systhem!
#1

Hey! i have problems with house systhem! - By Antironix
Код:
stock GetHouseStats(playerid, hid)
{
	new str2[256];
	format(str2, sizeof(str2), "Owned by: %s", hInfo[hid][Name]);
	GameTextForPlayer(playerid, c_y, str2, 3000, 4); // Error Line because i want to change SendClientMessage to Game Text for player!
	if(strcmp(hInfo[hid][Renter],"ForRent",true))
	{
		format(str2, sizeof(str2), "Rented by: %s", hInfo[hid][Renter]);
		SendClientMessage(playerid, c_y, str2);
	}
	format(str2,sizeof(str2),"Cost: %i",hInfo[hid][Cost]);
	SendClientMessage(playerid, c_y, str2);
}
and i have these erors:
Код:
error 035: argument type mismatch (argument 2)
Reply


Messages In This Thread
I need help with house systhem! - by Darkly_Face - 12.08.2010, 08:41
Re: I need help with house systhem! - by Agent Smith - 12.08.2010, 08:44
Re: I need help with house systhem! - by Darkly_Face - 12.08.2010, 08:45
Re: I need help with house systhem! - by Agent Smith - 12.08.2010, 08:50
Re: I need help with house systhem! - by Darkly_Face - 12.08.2010, 08:51
Re: I need help with house systhem! - by Agent Smith - 12.08.2010, 08:52
Re: I need help with house systhem! - by Darkly_Face - 12.08.2010, 08:55
Re: I need help with house systhem! - by Agent Smith - 12.08.2010, 08:58
Re: I need help with house systhem! - by Darkly_Face - 12.08.2010, 09:02
Re: I need help with house systhem! - by Agent Smith - 12.08.2010, 09:04

Forum Jump:


Users browsing this thread: 1 Guest(s)