Join/Leave Messages in TextDraw [HELP]
#1

Hello everybody who reading this topic!

My question is how to make join/leve messages in TextDraw form...
I was searching on forum , i found some , but it gives me errors ... because my gamemode is made in another form...

Thats how it looks in my gamemode.

Connect message!
Quote:

format(string, sizeof(string), "* %s joined to the server. [Id:%i]",name, playerid);
SendClientMessageToAll(COLOR_BADSYSTEM, string);

Disconnect message!

Quote:

switch (reason) {
case 0: {
format(string, sizeof(string), "* %s left the server. (Timeout) [Id:%i]",name, playerid);
SendClientMessageToAll(COLOR_BADSYSTEM, string);
}
case 1: {
format(string, sizeof(string), "* %s left the server. (Leaving) [Id:%i]",name, playerid);
SendClientMessageToAll(COLOR_BADSYSTEM, string);
}
case 2: {
format(string, sizeof(string), "* %s left the server. (Kick/Ban) [Id:%i]",name, playerid);
SendClientMessageToAll(COLOR_BADSYSTEM, string);
}
}

Help me pls with that.... I just wanna to not spam main-chat Thanks alot guys.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)