View Single Post
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 10-25-2008 , 14:58   Re: [TUT/INFO] ? and : function
Reply With Quote #8

You can use it anywhere...

I've even used it in menus:
Code:
new item[32]; formatex(item, sizeof(item) - 1, "Item Name: %s%s",\     /* can use item */ ? ( /* is using item */ ? "\y" : "\r" ) : "\d",\     /* is using item */ ? "On" : "Off"     ); menu_additem(menu, item, "num");
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline