07.04.2009, 12:37
The forward needs to be at the top, probably above the OnGameMode/FilterscriptInit
The Function ( gateclosetimer() { } ) bit needs to be at the bottom.
By the way, there's a bracket missing in most of the Pawn quotes you've made.
Sorry think I made a mistake, it's mean to be:
The Function ( gateclosetimer() { } ) bit needs to be at the bottom.
By the way, there's a bracket missing in most of the Pawn quotes you've made.
Sorry think I made a mistake, it's mean to be:
pawn Код:
public gateclosetimer()
{
//blah
}