/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
#2

pawn Код:
if(Command("/delhouse"))
    {
        if(IsPlayerAdmin(playerid)) SellHouse(playerid,GetHouseID(playerid));
        return 1;
    }
Reply
#3

no , i want to put a number like
/delhouse 12
/delhouse id
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)