25.04.2010, 10:20
Is it possible to return a ''1'' into a ''yes'', the same with no (0 = no) without adding too much extra lines?
For example, I've got this housing script I made myself, with this piece of code:
Now because it looks kinda shitty to get a '1' or a '0' in that area, so is it possible to make it show up a 'Yes' or a 'No'?
For example, I've got this housing script I made myself, with this piece of code:
pawn Код:
format(string,sizeof(string),"|Locked: %d",HouseInfo[H][hLocked]);
SendClientMessage(playerid,COLOR_STEELBLUE,string);