[FilterScript] Skins [My first Filterscript]
#3

simple do this on OnPlayerConnect(to know that a player comes online)
new Name[MAX_PLAYERS],str[128];
GetPlayerName(Name,sizeof(Name));
format(str,sizeof(str)"Player %s joined the Server,willcome!",Name);
SendClientMessageToAll(playerid,str,0xFFFFFFFF);
//Havent tested it ,but it should work..
Reply


Messages In This Thread
Skins [My first Filterscript] - by Swizzzy - 31.07.2011, 00:20
Re: Skins [My first Filterscript] - by Horrible - 31.07.2011, 00:42
AW: Skins [My first Filterscript] - by Forbidden - 31.07.2011, 00:46
Re: AW: Skins [My first Filterscript] - by Swizzzy - 31.07.2011, 00:58
AW: Skins [My first Filterscript] - by Forbidden - 31.07.2011, 01:12

Forum Jump:


Users browsing this thread: 1 Guest(s)