working with defines
#2

Easiest way would be to have tested it before asking...

pawn Code:
#include <a_samp>
#define MyDefine 25000 + random(25001)

public OnFilterScriptInit()
{
    printf("lol %d", MyDefine);
    return 1;
}
The answer: Yes it does work.
Reply


Messages In This Thread
working with defines - by StrickenKid - 15.04.2009, 23:56
Re: working with defines - by Weirdosport - 16.04.2009, 00:22
Re: working with defines - by StrickenKid - 16.04.2009, 00:55

Forum Jump:


Users browsing this thread: 1 Guest(s)