Quote:
Originally Posted by Pandabeer1337
pawn Код:
if(HouseInfo[H][hLocked]) { format(string,sizeof(string),"|Locked: Yes"); } else { format(string,sizeof(string),"|Locked: No"); } SendClientMessage(playerid,COLOR_STEELBLUE,string);
|
Well I actually already knew that, but it did gave me an idea to make a new function.