Got problems with #define
#1

Код:
#include <a_samp>

main(){

  new string[16];
  print(string, sizeof(string), "This is my test string");

  format(string);

}
As you can see function names are switched. The goal is to #define print as format and to #define format as print. How do I achieve this? Thanks
Reply


Messages In This Thread
Got problems with #define - by Baltazar - 14.04.2015, 11:06
Re: Got problems with #define - by Sithis - 14.04.2015, 11:58
Re: Got problems with #define - by JaydenJason - 14.04.2015, 12:05
Re: Got problems with #define - by MP2 - 14.04.2015, 12:09
Re: Got problems with #define - by Baltazar - 14.04.2015, 20:32
Re: Got problems with #define - by Misiur - 14.04.2015, 21:02
Re: Got problems with #define - by Baltazar - 15.04.2015, 22:16

Forum Jump:


Users browsing this thread: 1 Guest(s)