underworld help
#6

I also noticed that /nameoff doesn't work

}
if(strcmp(cmdtext, "/nameoff", true) == 0)
{
if (PlayerInfo[playerid][pRank] >= 4 || PlayerInfo[playerid][pMember] == 8 || PlayerInfo[playerid][pLeader] == 8 )
{
for(new a=0; a<MAX_PLAYERS; a++)
{
ShowPlayerNameTagForPlayer(playerid, a, false);
}
SendClientMessage(playerid,COLOR_YELLOW,"[INFORMATION] Your name tag has been hidden.");
PlayerPlaySound(playerid, 1132, 0.0, 0.0, 0.0);
return 1;
}
}
if(strcmp(cmdtext, "/nameon", true) == 0)
{
if (PlayerInfo[playerid][pRank] >= 4 || PlayerInfo[playerid][pMember] == 8 || PlayerInfo[playerid][pLeader] == 8 )
{
for(new a=0; a<MAX_PLAYERS; a++)
{
ShowPlayerNameTagForPlayer(playerid, a, true);
}
SendClientMessage(playerid,COLOR_YELLOW,"[INFORMATION] Your name tag is now visible.");
PlayerPlaySound(playerid, 1132, 0.0, 0.0, 0.0);
return 1;
}
I tried to find it but i failed
Reply


Messages In This Thread
underworld help - by DrDeath - 07.06.2009, 00:08
Re: underworld help - by DrDeath - 07.06.2009, 13:05
Re: underworld help - by DrDeath - 07.06.2009, 14:26
Re: underworld help - by KeyWay - 07.06.2009, 15:22
Re: underworld help - by DrDeath - 07.06.2009, 15:49
Re: underworld help - by DrDeath - 07.06.2009, 17:06

Forum Jump:


Users browsing this thread: 1 Guest(s)