Posts: 140
Threads: 35
Joined: Jul 2017
29.03.2018, 16:02
(
Последний раз редактировалось SapMan; 29.03.2018 в 16:06.
Причина: Fail
)
Quote:
Originally Posted by Lokii
PHP код:
CMD:asay(playerid, params[])
{
new str[144]; //text max is 144 not 128
if(!IsPlayerAdmin(playerid)) return 0;
if(sscanf(params, "s[144]", params)) return SendClientMessage(playerid, -1, "/asay [message]"); //we can use params instead of making another str2[144]; //useless
format(string, sizeof(string),"Admin %s: %s", Name(playerid), params);
SendClientMessageToAll(-1, string);
return 1;
}
|
I want it to be like that:
Sin tнtulo.png
And the message would be like that
Sin tнtulo2.png