Hi guys..
I need your help to solve my problem.
I want to enter the server told this title "Survive the Attack of the zombie bla bla bla ..".
e already compiled but not working ..my version of the addon is to TeknoMw3 V206...
Any solution?
I need your help to solve my problem.
I want to enter the server told this title "Survive the Attack of the zombie bla bla bla ..".
e already compiled but not working ..my version of the addon is to TeknoMw3 V206...
Any solution?
Code:
using System;
using Addon;
namespace mp
{
public class mp_test : CPlugin
{
public override void OnServerLoad()
{
ServerPrint("mp:sorvive!!");
}
public override void OnPlayerSpawned(ServerClient Client)
{
iPrintLnBold("^7^5Survive the Attack of the ^1ZombieS^7!", Client);
}
}
}