[Ajuda] SMS para admins verem
#6

Quote:
Originally Posted by EditPawn
Посмотреть сообщение
Tente dessa forma

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

    if(!
strlen(params)) 
        return 
SendClientMessage(playerid, -1"USE: /sendsms texto"); 
        
    if(
PlayerInfo[playerid][pCreditos] == 0//Se nгo verificar os crйditos, ele poderб mandar sms infinito
        
return SendClientMessage(playerid, -1"Vocк nгo possui Crйditos.");
        
    if(!
IsPlayerConnected(gPMDestinationID[playerid]) || gPMDestinationID[playerid] == INVALID_PLAYER_ID)    
        return 
SendClientMessage(playerid, -1"Destino invбlido ou nгo estб conectado.");
        
    new 
PMName[MAX_PLAYER_NAME], ENName[MAX_PLAYER_NAME], message[196]; 
    
GetPlayerName(playeridPMNamesizeof PMName); 
    
GetPlayerName(gPMDestinationID[playerid], ENNamesizeof ENName); 
    
format(messagesizeof(message), "%s ID:%d Torpedгo:\n%s"PMNameplayeridstrlen(params)); 
    
SendClientMessage(gPMDestinationID[playerid], 0xaaffaaffmessage);
    for(new 
i!= MAX_PLAYERSi++) 
        if(
IsPlayerConnected(i) && Player[i][Admin] > 0SendClientMessage(i0xaaffaaffmessage); 
    
format(messagesizeof(message), "Torpedгo enviado a %s, gasto 1 Creditos."ENName); 
    
SendClientMessage(playerid,COLOR_CV,message); 
    
    
PlayerInfo[playerid][pCreditos] -= 1;
    return 
1

bom amigo, testei seu cod e da erro..
fica assim

quando o player й admin, ele envia 2 mensagens

Код:
 "%s ID:%d Torpedгo:\n%s",
"%s ID:%d Torpedгo:\n%s"
e nгo aparece pro admin no caso..
se puder ajudar..
Reply


Messages In This Thread
SMS para admins verem - by fdsda - 02.12.2015, 01:43
Re: SMS para admins verem - by willttoonn - 02.12.2015, 05:20
Re: SMS para admins verem - by cicinho - 02.12.2015, 07:43
Re: SMS para admins verem - by fdsda - 02.12.2015, 17:59
Re: SMS para admins verem - by EditPawn - 02.12.2015, 20:47
Re: SMS para admins verem - by fdsda - 03.12.2015, 03:08
Re: SMS para admins verem - by EditPawn - 03.12.2015, 03:48
Re: SMS para admins verem - by fdsda - 03.12.2015, 08:33

Forum Jump:


Users browsing this thread: 1 Guest(s)