01.01.2012, 10:01
Hi,
Just a small question with defining.
Lets say I define this:
#define Build "20"
Then under OnGameModeInit:
new mapname[ 100 ];
format( mapname, sizeof( mapname ), "mapname Build: "#Build"" );
SendRconCommand( mapname );
So whats the correct one?
"#Build"
or
"Build"
Thanks
Just a small question with defining.
Lets say I define this:
#define Build "20"
Then under OnGameModeInit:
new mapname[ 100 ];
format( mapname, sizeof( mapname ), "mapname Build: "#Build"" );
SendRconCommand( mapname );
So whats the correct one?
"#Build"
or
"Build"
Thanks