17.07.2010, 00:12
I'm not familiar with that gamemode, but when you are told to put something inside OnGamemodeInit it means this:
pawn Код:
public OnGameModeInit() {
// put your code somewhere in here
return 1;
}