Quote:
Originally Posted by Dragonsaurus
Under what callback is this code? OnPlayerDisconnect? If so try this:
pawn Код:
if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1) LEOOnline--;
Edit: Do not loop this code!
|
Its under ZCMD command, should i put it under OnPlayerConnect and the other one OnPlayerDisconnect and not under ZCMD commmand?