Send to admin other message and to player other message
#8

OHH
now its send the message :
PHP код:
  format(string1sizeof(string1),"%s[%d] מבקש להצטרף לפעילות השחקן",playerid,GetName(playerid));
        
SendClientMessage(i,0x8e0c9ff,string1); 
To the admin and to the player!!
its the full command
PHP код:
if(strcmp(tmp"Join"true) == || strcmp(tmp"j"true) == 0)
        {
        if(
activity == 0) return SendClientMessage(playeridWhite"אין פעילות מופעלת");
        
SendClientMessage(playerid,0x8e0c9ff,"ביקשת להצטרף לפעילות,חכה שהאחראי ישגר אותך");
        for(new 
0MAX_PLAYERSi++)
        {
        if(
GetAdminLevel(i) < || IsPlayerAdmin(i) || GetAdminSpay(i) < || GetTempAdminLevel(i) < 1)
        {
        
format(string1sizeof(string1),"%s[%d] מבקש להצטרף לפעילות השחקן",playerid,GetName(playerid));
        
SendClientMessage(i,0x8e0c9ff,string1);
        }
        }
        return 
1;
        } 
help?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)