yeah no reason to display member anymore on connect
This commit is contained in:
parent
429a2d1b0f
commit
e5974b7478
@ -337,10 +337,12 @@ public void GetPlayerTier(int client, int tier)
|
|||||||
{
|
{
|
||||||
ReplaceString(sRawMsg, sizeof(sRawMsg), "{PLAYERTYPE}", "VIP");
|
ReplaceString(sRawMsg, sizeof(sRawMsg), "{PLAYERTYPE}", "VIP");
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
else if(GetAdminFlag(aid, Admin_Custom6))
|
else if(GetAdminFlag(aid, Admin_Custom6))
|
||||||
{
|
{
|
||||||
ReplaceString(sRawMsg, sizeof(sRawMsg), "{PLAYERTYPE}", "Member");
|
ReplaceString(sRawMsg, sizeof(sRawMsg), "{PLAYERTYPE}", "Member");
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ReplaceString(sRawMsg, sizeof(sRawMsg), "{PLAYERTYPE}", "Player");
|
ReplaceString(sRawMsg, sizeof(sRawMsg), "{PLAYERTYPE}", "Player");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user