Posts: 621
Threads: 174
Joined: Nov 2013
Hi,
I need help
If admin on duty.. then he /q.. he/she will automatically go off duty..
thanks in advance
Posts: 109
Threads: 6
Joined: Jun 2012
Reputation:
0
What do you use when they go on duty?
PlayerInfo[playerid][pAduty] something like that
Posts: 621
Threads: 174
Joined: Nov 2013
Quote:
Originally Posted by Kiyozi_Mu
pawn Код:
public OnPlayerDisconnect(playerid) { YourAdminDutyVariable[playerid] = 0; return 1; }
|
Thank you
Posts: 621
Threads: 174
Joined: Nov 2013
Quote:
Originally Posted by ghost556
What do you use when they go on duty?
PlayerInfo[playerid][pAduty] something like that
|
PlayerInfo[playerid][AdminDuty]
Posts: 621
Threads: 174
Joined: Nov 2013
Quote:
Originally Posted by Kiyozi_Mu
pawn Код:
public OnPlayerDisconnect(playerid) { YourAdminDutyVariable[playerid] = 0; return 1; }
|
this is not working