[How] how to run this code?
I was looking at and saw WarZ.sln, but as I run this code?
Code:
IMPL_PACKET_FUNC(ClientGameLogic, PKT_S2C_ShutdownNote)
{
gameShuttedDown_ = true;
char msg[128];
sprintf(msg, "SERVER SHUTDOWN in %.0f sec", n.timeLeft);
if(hudMain)
{
hudMain->showChat(true);
hudMain->addChatMessage(1, "<system>", msg, 0);
}
return;
}
- - - Updated - - -
someone
Re: [How] how to run this code?
Re: [How] how to run this code?
As I remember press F2 on "masterserver",
Re: [How] how to run this code?
Quote:
Originally Posted by
eXtremousZ
As I remember press F2 on "masterserver",
Press F4 XD
Re: [How] how to run this code?
Re: [How] how to run this code?