06.03.2015, 02:08
Hey!, hello; I'm too noob in "Pawn", but i was thinking in do anything to do an organized ".pwn" then i do this:
Now, the include... (CoR3.inc)
Obviously I'm not the first to think of this and some of you have executed or tried.
Now , How good or bad can this be?
PHP код:
#include <CoR3>
Lines...
Lines...
public OnGameModeInit()
{
TheSexyCoR3();
Lines...
Lines...
Lines...
return 1;
}
PHP код:
forward TheSexyCoR3();
public TheSexyCoR3();
{
CreateDynamicObject(numbers,numbers,numbers... blablabla)
return 1;
}
Now , How good or bad can this be?