03.11.2015, 04:05
Quote:
|
static bool:Logado[MAX_PLAYERS];
public OnPlayerConnect(playerid){ Logado[playerid] = false; } Onde eu boto isso ? |
Код:
static bool:Logado
Код:
public OnPlayerConnect(playerid){
Logado[playerid] = false;
}
Код:
Logado[playerid] = false;


