ZCMD error?
#2

Check if this variable is true when you use the command: LoggedIn[playerid].

PHP код:
CMD:b(playeridparams[]) 

    if(!
LoggedIn[playerid]) return SendClientMessage(playeridCOLOR_GREY"You're not logged in."); 
    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

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: 1 Guest(s)