Loose identitation
#4

PHP код:
CMD:b(playerid,params[]) 

    if(
isnull(params))  
        return 
SendClientMessage(playerid, -1""chat" /b [OOC chat]"); 
    new 
string[128]; 
    if(
pInfo[playerid][pAdminDuty] == 1
    { 
        
format(stringsizeof(string), "((Administrator %s spune:  %s ))"PlayerName(playerid), params); 
        
ProxDetector(20.0playeridstringCOLOR_LIGHTBLUE); 
        return 
1
    } 
    if(
pInfo[playerid][pHelperDuty] == 1
    { 
        
format(stringsizeof(string), "((Helper %s spune:  %s ))"PlayerName(playerid), params); 
        
ProxDetector(20.0playeridstringCOLOR_LIGHTBLUE); 
        return 
1
    } 
    if(
pInfo[playerid][IsPlayerMuted] == 1
    { 
        
SendClientMessage(playerid,-1,"*"COL_RED" Nu poti vorbi cat timp ai mute ! "); 
    } 
    
format(stringsizeof(string), "(( %s spune:  %s ))"PlayerName(playerid), params); 
    
ProxDetector(20.0playeridstringCOLOR_WHITE); 
    return 
1

Reply


Messages In This Thread
Loose identitation - by Zeus666 - 13.07.2016, 20:21
Re: Loose identitation - by WhiteGhost - 13.07.2016, 20:26
Re: Loose identitation - by Zeus666 - 13.07.2016, 20:29
Re: Loose identitation - by Untonyst - 13.07.2016, 20:29
Re: Loose identitation - by Zeus666 - 13.07.2016, 20:31

Forum Jump:


Users browsing this thread: 1 Guest(s)