Afk system
#1

hello , i searched for afk system but i did not found what i want i want when player type /afk , server set them name
: [AFK]Player1 , so all can see in tab that he is afk , thanks.
Reply
#2

There are millions of these systems in he filterscripts section and there are tutorials on how to make them in the tutorials section.
Reply
#3

I know i need when someone type /afk set them name with [AFK] : [AFK]Lexi' (In TaB)
Reply
#4

read my signature...

for setting the name use this in your command

pawn Код:
new name[MAX_PLAYER_NAME], string[256];
    GetPlayerName(playerid,name,sizeof(name));
      format(string,sizeof(string),"[AFK]%s",name);
     SetPlayerName(playerid,string);
and removing
pawn Код:
new name[MAX_PLAYER_NAME], string[256];
    GetPlayerName(playerid,name,sizeof(name));
      format(string,sizeof(string),"%s",name);
     SetPlayerName(playerid,string);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)