HELP ME
#2

Код:
public OnPlayerConnect(playerid)
{
	new name[MAX_PLAYER_NAME], string[180];
	GetPlayerName(playerid,name, sizeof(name));
	format(string, sizeof(string), "%s Has joined the server|_", name);
 	SendClientMessage(playerid, 0xB8860BAA , "Welcome to the stunt server by ahad aman");
	SendClientMessageToAll(COLOR_YELLOW, string);
	return 1;
}
Reply


Messages In This Thread
HELP ME - by Trollerz - 16.08.2015, 00:47
Re: HELP ME - by UnDetectable - 16.08.2015, 00:50
Re: HELP ME - by Trollerz - 16.08.2015, 00:53
Re: HELP ME - by Variable™ - 16.08.2015, 01:03
Re: HELP ME - by UnDetectable - 16.08.2015, 01:10
Re: HELP ME - by Trollerz - 16.08.2015, 01:14
Re: HELP ME - by UnDetectable - 16.08.2015, 01:15
Re: HELP ME - by Variable™ - 16.08.2015, 01:15
Re: HELP ME - by Trollerz - 16.08.2015, 01:18
Re: HELP ME - by Variable™ - 16.08.2015, 01:21

Forum Jump:


Users browsing this thread: 3 Guest(s)