mirror of
https://github.com/diamante0018/InfectedGSC.git
synced 2025-06-28 15:21:48 +00:00
Add mod.csv to override string table
This commit is contained in:
@ -47,6 +47,6 @@ onPlayerConnect()
|
||||
onPlayerDisconnect()
|
||||
{
|
||||
self waittill( "disconnect" );
|
||||
text = "say \"" + self.name + " ^1Left the server\"\n";
|
||||
cmdExec( text );
|
||||
text = self.name + " ^1Left the server";
|
||||
iPrintLn( text );
|
||||
}
|
||||
|
Reference in New Issue
Block a user