How to make a advertise command
#3

what command processor are you using?

this is zcmd:

CMD:advertise(playerid, params[])
{
new adv[128];
if(sscanf(params,"s",adv)) return SendClientMessage(playerid, red, "USAGE:/advertise [msg]");
SendClientMessageToAll(playerid, some_color, adv);
return 1;
}
Reply


Messages In This Thread
How to make a advertise command - by Matej_ - 31.01.2011, 12:08
Re: How to make a advertise command - by Rock18 - 31.01.2011, 12:29
Re: How to make a advertise command - by THE_KNOWN - 31.01.2011, 12:31
Re: How to make a advertise command - by HyperZ - 31.01.2011, 12:32
Re: How to make a advertise command - by Matej_ - 31.01.2011, 13:52
Re: How to make a advertise command - by [03]Garsino - 31.01.2011, 13:54
Re: How to make a advertise command - by THE_KNOWN - 31.01.2011, 14:09

Forum Jump:


Users browsing this thread: 2 Guest(s)