15.08.2015, 16:32
I created a buyhouse command. Now it messes up and spams them when they are not at a house. PLease help.
Код:
{
format(string, sizeof(string), "SERVER:{FFFFFF} You are not near a buyable house!");
SendClientMessage(playerid, GREY, string);
}


