29.08.2012, 19:36
pawn Код:
#define COLOR_HELPERCHAT 0x0BBD5FEC8
#define COLOR_REPORT 0xFFFF91FF
#define COLOR_SHOP 0xE7E784FF
#define ResetMoneyBar ResetPlayerMoney
#define UpdateMoneyBar GivePlayerMoney
// strcpy - Simon / ******
#define strcpy(%0,%1,%2) \
strcat((%0[0] = '\0', %0), %1, %2)
#define SendFormattedMessage(%0,%1,%2) do{new _str[128]; format(_str,128,%2); SendClientMessageEx(%0,%1,_str);}while(FALSE)
/* Forwards (TODO: Convert to Naked or Move right above function.) */
forward EndLotto(second);
forward PrepareLotto();