#1

How to do when player is example in SniperDM to show in player name that he is in dm example [SDM][Hunud]:
Reply
#2

PHP код:
new string[24+6], name[MAX_PLAYER_NAME];
GetPlayerName(playeridnamesizeof(name));
format(string,sizeof(string),"[SDM]%s",name);
SetPlayerName(playeridstring); 
If you save your player accounts you have to set the name back if he disconnects.
Reply
#3

Quote:
Originally Posted by GangstaSunny
Посмотреть сообщение
PHP код:
new string[24+6], name[MAX_PLAYER_NAME];
GetPlayerName(playeridnamesizeof(name));
format(string,sizeof(string),"[SDM]%s",name);
SetPlayerName(playeridstring); 
If you save your player accounts you have to set the name back if he disconnects.
this code not checking is player in SniperDM to set his tag
Reply
#4

PHP код:
if(InDm[playerid] == 1)
{
     new 
name[24], str[30];
     
GetPlayerName(playeridnamesizeof(name));
     
format(strsizeof(str), "[SDM]%s"name);
     
SetPlayerName(playeridstr);

Reply
#5

Brah... i think you can do this by yourself. I dont know your script ffs
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)