Question
#3

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.");
}
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: 1 Guest(s)