Define to Send Message
#3

You cannot use define's in ClientMessage try this.

Код:
new FALSE = false;
#define SendFormattedMessage(%0,%1,%2) do{new _str[128]; format(_str,128,%2); SendClientMessage(%0,%1,_str);}while(FALSE)
and use it like this.
Код:
#define FORUM "lsrp.smfnew.com"
SendFormattedMessage(playerid,COLOR_WHITE"Forum: %s", FORUM);
Reply


Messages In This Thread
Define to Send Message - by Typhome - 28.08.2009, 05:57
Re: Define to Send Message - by dice7 - 28.08.2009, 05:59
Re: Define to Send Message - by kevin974 - 28.08.2009, 06:04
Re: Define to Send Message - by dice7 - 28.08.2009, 06:12
Re: Define to Send Message - by Zeex - 28.08.2009, 06:13

Forum Jump:


Users browsing this thread: 1 Guest(s)