17.03.2010, 17:12
OnGameModeInit callback doesn't have any parameter. You should put your GetPlayerWeapon check code in some timer or OnPlayerUpdate callback, but don't return the Ban function if you have any other code after that check.

