Clan Tags scripting help
#9

Jonny, At the top of your script you will se a whole lot of new's, Here is an example.

Код:
new Count=5;
new VulnerableToDrugs[MAX_PLAYERS];
new VulnerableToDrugsTimer;
They should be under the #define what ever;

Put this with all the new's
Код:
new IsPlayerWDMMember[MAX_PLAYERS];
Then this Under public OnPlayerConnect(playerid)


Код:
	if(strfind(playername, "[RRP]", true) == -1){ // DETECT A WDM MEMBER
	}else{
	//new string[256];
	GetPlayerName(playerid,playername,sizeof(playername));
	SendClientMessage(playerid, COLOR_WHITE, "Welcome [WDM] member.");
	IsPlayerWDMMember[playerid]=1;
	}



Reply


Messages In This Thread
Clan Tags scripting help - by cssbart - 19.02.2010, 15:12
Re: Clan Tags scripting help - by [LSR]State_Trooper - 20.02.2010, 09:23
Re: Clan Tags scripting help - by SpiderPork - 20.02.2010, 09:35
Re: Clan Tags scripting help - by [LSR]State_Trooper - 20.02.2010, 09:44
Re: Clan Tags scripting help - by SpiderPork - 20.02.2010, 10:06
Re: Clan Tags scripting help - by cssbart - 21.02.2010, 13:37
Re: Clan Tags scripting help - by Mrkrabz - 21.02.2010, 14:30
Re: Clan Tags scripting help - by cssbart - 21.02.2010, 14:33
Re: Clan Tags scripting help - by [LSR]State_Trooper - 24.02.2010, 03:50

Forum Jump:


Users browsing this thread: 3 Guest(s)