Unknown command?
#16

I told you guys..
Commands which don't work:
/pm, /dnd, /reply, /stopradio, /radio, /kill, /godoff, /clearchat, /makeadmin

Commands which work: /makevip, /god, /ct, /hey, /youidiot (lol;p), /never, /punk, /stats, /vipmenu, /stopmaps, /gotopos, /jetpack

Example of commands which don't work:
(/kill)
Код:
COMMAND:kill(playerid, params[])
{
	SetPlayerHealth(playerid, 0.0);
	return 1;
}
Example of commands which work:
(/god)
Код:
COMMAND:god(playerid, params[])
{
	if(PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid,0xFF0000FF,"{FF0000}[SERVER]{BABABA}You're not authorized to use that command.");
	SetPlayerHealth(playerid, 100000);
	return 1;
}
It's simple. Some commands work and some others don't.
Reply


Messages In This Thread
Unknown command? - by Gogorakis - 02.11.2014, 19:14
Re: Unknown command? - by [HiC]TheKiller - 02.11.2014, 19:31
Re: Unknown command? - by Gogorakis - 02.11.2014, 19:40
Re: Unknown command? - by Gogeta - 02.11.2014, 19:41
Re: Unknown command? - by Gogorakis - 02.11.2014, 19:42
Re: Unknown command? - by [HiC]TheKiller - 02.11.2014, 19:46
Re: Unknown command? - by Gogorakis - 02.11.2014, 19:52
Re: Unknown command? - by Gogorakis - 02.11.2014, 20:15
Re: Unknown command? - by [HiC]TheKiller - 02.11.2014, 20:21
Re: Unknown command? - by Gogorakis - 02.11.2014, 20:24
Re: Unknown command? - by [HiC]TheKiller - 02.11.2014, 20:49
Re: Unknown command? - by Gogorakis - 02.11.2014, 20:53
Re: Unknown command? - by M0HAMMAD - 02.11.2014, 21:11
Re: Unknown command? - by Gogorakis - 02.11.2014, 21:15
Re: Unknown command? - by DanishHaq - 02.11.2014, 21:19
Re: Unknown command? - by Gogorakis - 02.11.2014, 21:24
Re: Unknown command? - by [HiC]TheKiller - 02.11.2014, 21:40
Re: Unknown command? - by Gogorakis - 02.11.2014, 21:52
Re: Unknown command? - by Alex Magaсa - 02.11.2014, 22:55
Re: Unknown command? - by DaniceMcHarley - 03.11.2014, 06:46
Re: Unknown command? - by Runn3R - 03.11.2014, 08:09
Re: Unknown command? - by Gogorakis - 03.11.2014, 09:49
Re: Unknown command? - by Gogorakis - 03.11.2014, 09:55
Re: Unknown command? - by DaniceMcHarley - 03.11.2014, 10:14
Re: Unknown command? - by Gogorakis - 03.11.2014, 10:16
Re: Unknown command? - by gurmani11 - 03.11.2014, 10:22
Re: Unknown command? - by Gogorakis - 03.11.2014, 10:29
Re: Unknown command? - by Rudy_ - 03.11.2014, 10:57
Re: Unknown command? - by Gogorakis - 03.11.2014, 11:06

Forum Jump:


Users browsing this thread: 3 Guest(s)