ZCMD error?
#1

PHP код:
#include <a_samp>
#include <izcmd>
#include <a_mysql>
#include <streamer>
#include <foreach>
#include <sscanf2> 
PHP код:
CMD:b(playeridparams[])
{
    if(!
LoggedIn[playerid]) return 1;
    if(
isnull(params)) return SendClientMessage(playeridCOLOR_RED"USAGE : /b [Local OOC]");
    new 
string[128];
    
format(stringsizeof(string), "(( [%d] %s: %s ))"playeridNameRP(playerid), params);
    
SendLocalMessage(playeridCOLOR_GREYstring);
    return 
1;

Nothing happens when I'm using the command
Reply


Messages In This Thread
ZCMD error? - by andrey1311 - 04.09.2018, 22:50
Re: ZCMD error? - by iHollyZinhO - 05.09.2018, 00:27
Re: ZCMD error? - by KinderClans - 05.09.2018, 01:43

Forum Jump:


Users browsing this thread: 3 Guest(s)