05.12.2013, 12:08
You're requesting assistance on the Next Generation Gaming script? Listen,
I'll point you in the right direction 'Helping' you by doing so.
if(HouseInfo[x][hOwned] == 0) - Go look through the house variables.
I'll point you in the right direction 'Helping' you by doing so.
Код:
if(HouseInfo[x][hOwned] == 0) { new string[128]; format(string, sizeof(string), "%d is available to use.", x); SendClientMessageEx(playerid, COLOR_WHITE, string); break; } } }