23.10.2010, 06:50
The question in the title, thanks.
![Smiley](images/smilies/smile.png)
#define take_control(%0, %1) printf("lol, %s %s", %0, %1) // Probably a bad example
public OnGameModeInit() {
take_control("foo", "bar");
}
printf("lol, %s %s", "foo", "bar");
Originally Posted by ******
Nothing
Constants Variables Arrays Native functions Custom functions Remote functions |