HELP :: Change name on duty ADMIN :: [ REP + ]
#4

Well, You can do it like-

PHP код:
new oldName[MAX_PLAYERS][MAX_PLAYER_NAME];
//under the /aduty command
new  name[MAX_PLAYER_NAME];
GetPlayerName(playeridname);
format(oldName[playerid],MAX_PLAYER_NAME,name);
format(name,MAX_PLAYER_NAME,"[ONDUTY]%s",oldName[playerid]);
SetPlayerName(playeridname);
//And remember to put under onplayerdisconnect and /offduty
SetPlayerName(playeridoldName[playerid]); 
That may work, not sure though didn't tested.
Reply


Messages In This Thread
HELP :: Change name on duty ADMIN :: [ REP + ] - by ChickenCrazy - 21.01.2016, 12:02
Re: HELP :: Change name on duty ADMIN :: [ REP + ] - by saffierr - 21.01.2016, 12:10
Re: HELP :: Change name on duty ADMIN :: [ REP + ] - by ChickenCrazy - 21.01.2016, 12:16
Re: HELP :: Change name on duty ADMIN :: [ REP + ] - by SystemX - 21.01.2016, 12:24
Re: HELP :: Change name on duty ADMIN :: [ REP + ] - by ChickenCrazy - 21.01.2016, 12:37
Re: HELP :: Change name on duty ADMIN :: [ REP + ] - by [eLg]elite - 21.01.2016, 17:41
Re: HELP :: Change name on duty ADMIN :: [ REP + ] - by DRP - 21.01.2016, 18:26

Forum Jump:


Users browsing this thread: 2 Guest(s)