28.12.2011, 17:17
The value will remain the same regardless of which scope you change it in, as long as it's a global variable.
pawn Код:
new var;
public OnGameModeInit() {
var = 2;
}
//var is always 2 unless changed now