07.05.2011, 21:50
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
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; }