how to send message to admin with command
#1

i do that
Код:
	public OnPlayerCommandText(playerid, cmdtext[])
{
	if(!strcmp(cmdtext,"/want",true))
        {
       SendClientMessage(playerid,0xE100E1FF,"|Your Order Send to admins|");
       format(string, sizeof(string), "%s\"(id: %d) Want to be an admin",name,playerid);
       IsPlayerAdmin(0x008040FF,string);print(string);

		}
	return 1;
        }
but not tested please i try it now help me any one join
Reply


Messages In This Thread
how to send message to admin with command - by OmarEco - 08.07.2010, 10:43
Re: how to send message to admin with command - by Niixie - 08.07.2010, 10:52

Forum Jump:


Users browsing this thread: 1 Guest(s)