Question
#5

Quote:
Originally Posted by bigcomfycouch
Посмотреть сообщение
ZCMD:
pawn Код:
cmd(commands, playerid, params[])
{
    return SendClientMessage(playerid, 0xFF000000, "The server commands are /kill and /tele.");
}

cmd(cmds, playerid, params[]) return cmd_commands(playerid, params);
or

OnPlayerCommandText:
pawn Код:
if (!strcmp(cmdtext, "/commands", true) || !strcmp(cmdtext, "/cmds", true))
{
    return SendClientMessage(playerid, 0xFF000000, "The server commands are /kill and /tele.");
}
Thanks, this is what i mean but with zcmd, and Georgelopez1 you did not read properly, i did not want to change the color with different cmds.
Reply


Messages In This Thread
Question - by zack3021 - 13.10.2010, 01:12
Re: Question - by Georgelopez1 - 13.10.2010, 01:23
Re: Question - by bigcomfycouch - 13.10.2010, 01:25
Re: Question - by Georgelopez1 - 13.10.2010, 01:27
Re: Question - by zack3021 - 13.10.2010, 01:27
Re: Question - by Las Venturas CNR - 13.10.2010, 01:29
Re: Question - by Georgelopez1 - 13.10.2010, 01:29

Forum Jump:


Users browsing this thread: 4 Guest(s)