[FilterScript] Request: Mask Filterscript
#1

REMOVED
Reply
#2

I'll do this for you tomorrow got to sleep right now.
Reply
#3

Define:-
Код:
new HasBoughtMask[MAX_PLAYERS];
Command :-
Код:
CMD:mask(playerid, params[])
{
	new name[MAX_PLAYER_NAME];
	new string[42];
	if(HasBoughtMask[playerid] == 0)
	{
		SendClientMessage(playerid, COLOR_GREY, "You don't have a mask.");
		return 1;
	}
	if(PlayerInfo[playerid][pMask] == 0)
	{
		for(new i = 0; i < MAX_PLAYERS; i++)
		{
			if(IsPlayerConnected(i))
			{
			ShowPlayerNameTagForPlayer(i, playerid, 0);
			}
		}
		PlayerInfo[playerid][pMask] = 1;
		GetPlayerName(playerid, name, sizeof(name));
		format(string, sizeof(string), "* %s has put a mask on.", name);
		ProxDetector(15.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
	}
	return 1;
}
Код:
enum pInfo
{
	pMask,
};
Reply
#4

Can you gimme the tutorial ?
Just put that Longest words to the Gamemode ?
Reply
#5

Quote:
Originally Posted by DwayneVanKom
Посмотреть сообщение
Can you gimme the tutorial ?
Just put that Longest words to the Gamemode ?
Team Viewer?
Reply
#6

Wanna use team speak ?
Reply
#7

its acctually the wrong section ?
Reply
#8

Wrong section.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)