911 phone help
#1

Hi all,i have make a dialog but how i can send a message to the all medic team and not to all players only to spesific skin,for example send a message only to skin 275(medic)
PHP код:
    if(dialogid == DIALOG_EMPHONE)
    {
        if(
response)
        {
            if(
listitem == 0)
            {
            new 
name[MAX_PLAYER_NAME], string[48];
                   
GetPlayerName(playeridnamesizeof(name));
                 
format(stringsizeof(string), " %s Called a medic.Closest unit respond."name );
                  
SendClientMessageToAll(-1string);
            }
            if(
listitem == 1)
            {
             new 
name[MAX_PLAYER_NAME], string[48];
                   
GetPlayerName(playeridnamesizeof(name));
                 
format(stringsizeof(string), " %s Called the police.Closest units respond."name );
                  
SendClientMessageToAll(-1string);
            }
            if(
listitem == 2)
            {
             new 
name[MAX_PLAYER_NAME], string[48];
                   
GetPlayerName(playeridnamesizeof(name));
                 
format(stringsizeof(string), " %s Called the Fire Dept.Closest units respond."name );
                  
SendClientMessageToAll(-1string);
            }
        }
        return 
1;
    } 
Reply


Messages In This Thread
911 phone help - by jimis - 17.07.2012, 09:16
Re: 911 phone help - by jimis - 17.07.2012, 09:39
Re: 911 phone help - by XStormiest - 17.07.2012, 09:46
Re: 911 phone help - by jimis - 17.07.2012, 10:26

Forum Jump:


Users browsing this thread: 1 Guest(s)