/ado CMD
#1

pawn Код:
CMD:ado(playerid, params[])
{
new string[128];
if(sscanf(params, "ds[128]", adoaction)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /ado [action]");
else if(strlen(params) >= 50) return SendClientMessage(playerid, COLOR_GREY, "The specified message must not be longer than 49 characters in length.");

format(string, sizeof(string), CreateDynamic3DTextLabel, "* %s (( %s ))", params, GetPlayerNameEx(playerid));
return 1;
}
can fix please...and how to destroy too
Reply


Messages In This Thread
/ado CMD - by Scott Zulkifli - 28.08.2012, 08:44
Re: /ado CMD - by lamarr007 - 28.08.2012, 08:53
Re: /ado CMD - by rahmatjulian - 28.08.2012, 13:17
Re: /ado CMD - by Scott Zulkifli - 28.08.2012, 13:20
Re: /ado CMD - by ridholie - 01.02.2013, 04:19

Forum Jump:


Users browsing this thread: 3 Guest(s)