03.08.2016, 14:26
PHP код:
THIS the line--
if(Logged[playerid] == true)
PHP код:
(1139) : warning 213: tag mismatch
THIS the line--
if(Logged[playerid] == true)
(1139) : warning 213: tag mismatch
bool:Logged[MAX_PLAYERS]
Logged[MAX_PLAYERS]
new
noooc = 0,
Logged[MAX_PLAYERS],
gOoc[ MAX_PLAYERS ]
;
new
noooc = 0,
bool:Logged[MAX_PLAYERS],
gOoc[ MAX_PLAYERS ]
;
public OnPlayerConnect(playerid)
{
gOoc[ playerid ] = 0; Logged[ playerid ] = 0; aDuty[ playerid ] = 0;
if(Logged[MAX_PLAYERS] == 1)