02.11.2014, 21:24
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)
Example of commands which work:
(/god)
It's simple. Some commands work and some others don't.
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; }
(/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; }