/delhouse delet a house problem :/
#1

hello

Код:
	if(Command("/delhouse"))
	{
		if(IsPlayerAdmin(playerid))
		{
			
			new hID = GetHouseID(playerid);
		 	hID=strtok(cmdtext,idx);
			SellHouse(playerid,strval(hID));
 			return 1;
		}
	}
errors
Код HTML:
 error 006: must be assigned to an array
 error 035: argument type mismatch (argument 1)
 warning 204: symbol is assigned a value that is never used: "hID"
Reply


Messages In This Thread
/delhouse delet a house problem :/ - by dash5487 - 20.06.2013, 16:48
Re: /delhouse delet a house problem :/ - by Pottus - 20.06.2013, 16:59
Re: /delhouse delet a house problem :/ - by dash5487 - 20.06.2013, 17:37

Forum Jump:


Users browsing this thread: 1 Guest(s)