SendClientMessage problem?
#1

When I use the following SendClientMessage code, that is normally in my Ladmin.pwn file. The All Admin Commands line shows up when i type /lcommands, and so does /level1 /level2 etc.
But the one that says ''player commands:" does not show up. Help me?

Код:
dcmd_lcommands(playerid,params[]) {
	#pragma unused params
	if(PlayerInfo[playerid][Level] > 0)
	{
		SendClientMessage(playerid,blue,"  ---= All Admin Commands =---");
		SendClientMessage(playerid,lightblue," /level1, /level2, /level3, /level4, /level5, /rcon ladmin");
		SendClientMessage(playerid,lightblue," Player Commands: /register, /login, /report, /stats, /time, /changepass, /resetstats, /getid, /jetpack /goto /vgoto /lgoto /ltele");
	}
	return 1;
}
Reply


Messages In This Thread
SendClientMessage problem? - by decayer - 16.02.2009, 20:29
Re: SendClientMessage problem? - by Joe Staff - 16.02.2009, 20:32
Re: SendClientMessage problem? - by Nimphious - 16.02.2009, 20:34
Re: SendClientMessage problem? - by Joe Staff - 16.02.2009, 20:38
Re: SendClientMessage problem? - by Nimphious - 16.02.2009, 20:50
Re: SendClientMessage problem? - by Daren_Jacobson - 16.02.2009, 20:50
Re: SendClientMessage problem? - by decayer - 16.02.2009, 20:52
Re: SendClientMessage problem? - by Nimphious - 16.02.2009, 20:56
Re: SendClientMessage problem? - by Daren_Jacobson - 16.02.2009, 20:59

Forum Jump:


Users browsing this thread: 3 Guest(s)