20.06.2013, 16:48
hello
errors
Код:
if(Command("/delhouse")) { if(IsPlayerAdmin(playerid)) { new hID = GetHouseID(playerid); hID=strtok(cmdtext,idx); SellHouse(playerid,strval(hID)); return 1; } }
Код 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"