21.08.2016, 01:40

Isn't it supposed to have something like this:
PHP код:
if(sscanf(params, "i", houseid))
{
SendClientMessage(playerid, COLOR_GREY, "USAGE: /hexit [houseid]");
return 1;
}

