Entering Server
#8

Lol, wouldnt it be easier like this?
if(GetPlayerName(playerid) == your name)
SendClientMessageToAll(0xFFFF00AA, "The server owner has joined to the server.");
else
new n[MAX_PLAYER_NAME], string[48];
GetPlayerName(playerid, n, sizeof(name));
format(string, sizeof(string), "%s has joined the server.", n );
SendClientMessageToAll(0xFFFF00AA, string);
Reply


Messages In This Thread
Entering Server - by Ownzer - 12.07.2009, 04:10
Re: Entering Server - by happyface - 12.07.2009, 04:17
Re: Entering Server - by Ownzer - 12.07.2009, 16:53
Re: Entering Server - by Gimax - 12.07.2009, 17:00
Re: Entering Server - by Paranoja - 12.07.2009, 17:07
Re: Entering Server - by Gimax - 12.07.2009, 17:21
Re: Entering Server - by Ownzer - 12.07.2009, 17:23
Re: Entering Server - by Frankox - 12.07.2009, 17:26
Re: Entering Server - by Paranoja - 12.07.2009, 17:55
Re: Entering Server - by Francis[French] - 29.07.2009, 20:54

Forum Jump:


Users browsing this thread: 6 Guest(s)