05.10.2012, 04:32
Код:
// strcpy - Simon / ****** #define strcpy(%0,%1,%2) \ strcat((%0[0] = '\0', %0), %1, %2) new FALSE = false; #define SendFormattedMessage(%0,%1,%2) do{new _str[128]; format(_str,128,%2); SendClientMessageEx(%0,%1,_str);}while(FALSE)