15.09.2014, 15:35
Quote:
No, once "AddObject" has been declared, it knows which master to use forever. And the first version with multiple includes is better. You CAN do it all in one file, but that's not generally recommended.
|
Can anyone tell me if we just include the .inc files or the .pwn files?
In the game mode.
PHP код:
gamemode.pwn
pawn Code:
#define YSI_IS_CLIENT
#include <fs_streamer>
#include <fs_users>
main()
{
}
He has a .pwn file that includes the .inc ...so we only need to include the .pwn file in the gamemode not .inc.
Right?