[Ajuda] function "OnPlayerRequestClass" is not implemented
#8

Procure por
pawn Код:
public OnGameModeExit()
e apaga oque tem nessa public e coloca:
pawn Код:
public OnGameModeExit()
{
    for(new i=0; i<MAX_PLAYERS; i++) {
         TextDrawHideForPlayer(i, PlayersOnServer);
         TextDrawHideForPlayer(i, LastPOnServer);
    }
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)