How to get RId of this
#1

Hi everyone i have a problem

how to get rid of SERVER: Unknown Command.
when i enter a command.
that is Unknown to the server

Код:
if (strcmp("/God on", cmdtext, true, 10) == 0)
	{
		if(IsPlayerAdmin(i))
		{
		    SendClientMessage(i, SERVER," .Godmode Activated. ");
		    SetPlayerHealth(i, GOD_HEALTH);
			GivePlayerWeapon(i, GOD_WEAPON,GOD_AMMO);
		}
		else
		{
		    SendClientMessage(i, SERVER," Server Unknown Command use /help to see some information ");
		}
		return 1;
	}
Reply


Messages In This Thread
How to get RId of this - by Artix - 07.05.2011, 21:50
Re: How to get RId of this - by BizzyD - 07.05.2011, 21:58
Re: How to get RId of this - by Artix - 07.05.2011, 22:10
Re: How to get RId of this - by BizzyD - 07.05.2011, 22:13
Re: How to get RId of this - by Artix - 07.05.2011, 22:14
Re: How to get RId of this - by Seven_of_Nine - 08.05.2011, 05:02
Re: How to get RId of this - by Joe Staff - 08.05.2011, 08:07

Forum Jump:


Users browsing this thread: 1 Guest(s)