23.02.2014, 13:54
Hi,
Can i format and show define value?
Can i format and show define value?
Код:
#define EXAMPLE 55 new msg[128]; format(msg,127,"BLABLA: %d", EXAMPLE "); SendClientMessage(playerid,-1,msg);