/carry and /ad command
#1

Hi!

How can I make a /carry command what cops can use and it carryies the criminal
And an /advertise command? Plz help me! Thx all
Reply
#2

hello

you muste use scanf and zcmd to use thise:

Код:
COMAND:ad(playerid, params[])
{
        new text;

	if(sscanf,params,"s",text) return SendCLientMessage(playerid,color_blue,"/ad [text]");
	
	SendClientMessageToAll(colors_blue,"ads from %s: %s", pname, text);
	return 1;
}
if you muste more help, you shall asks me
Reply
#3

ty and the /carry command ?
Reply
#4

@Ozz
It should be:
pawn Код:
if(sscanf,params,"s[128]",text)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)