17.02.2013, 17:54
Create govern2 globally, with MAX_PLAYERS:
then use
and
pawn Код:
new govern2[ MAX_PLAYERS ];
pawn Код:
govern2[ playerid ] = CreateObject( ... );
pawn Код:
DestroyObject( govern2[ playerid ] );