LiL Problem
#1

Код:
public
	OnPlayerConnect(playerid)
{
	new
		joinMsg[128],
		name[MAX_PLAYER_NAME];
	GetPlayerName(playerid, name, sizeof(name));
	format(joinMsg, sizeof(joinMsg), "02[%d] 03*** %s has joined the server.", playerid, name);
	IRC_GroupSay(gGroupID, IRC_CHANNEL, joinMsg);
	return 1;
}
Can Onething be added to this
when player connect
They must be a message to all or for player

example

Player Has joined server

Message to him or for all
name : Welcome to test server %s

Hope u can do it

Regards From Wheelman
Reply


Messages In This Thread
LiL Problem - by wheelman_WM - 23.03.2011, 13:41
Re: LiL Problem - by wheelman_WM - 23.03.2011, 13:45
Re: LiL Problem - by Ironboy500[TW] - 23.03.2011, 13:45
Re: LiL Problem - by wheelman_WM - 23.03.2011, 13:47
Re: LiL Problem - by wheelman_WM - 23.03.2011, 13:53
Re: LiL Problem - by wheelman_WM - 23.03.2011, 13:58
Re: LiL Problem - by wheelman_WM - 23.03.2011, 14:05

Forum Jump:


Users browsing this thread: 1 Guest(s)