04.09.2018, 22:50
PHP код:
#include <a_samp>
#include <izcmd>
#include <a_mysql>
#include <streamer>
#include <foreach>
#include <sscanf2>
PHP код:
CMD:b(playerid, params[])
{
if(!LoggedIn[playerid]) return 1;
if(isnull(params)) return SendClientMessage(playerid, COLOR_RED, "USAGE : /b [Local OOC]");
new string[128];
format(string, sizeof(string), "(( [%d] %s: %s ))", playerid, NameRP(playerid), params);
SendLocalMessage(playerid, COLOR_GREY, string);
return 1;
}