[AJUDA] OnPlayerText
#1

Galera, como faзo pra desativar o texto basico do samp e coloco do meu jeito?
ex:
pawn Код:
format(corda,128,"%s Diz: %s",name,text);
ProxDetector(20.0,playerid,corda,0xffffffaa);
quando coloco isso aparece os dois textos, oq eu faзo
Reply
#2

Exemplo:
pawn Код:
public OnPlayerText(playerid, text[])
{
    new
        wiiStr[128],
        wiiN[MAX_PLAYER_NAME]
    ;
    GetPlayerName(playerid, wiiN, sizeof( wiiN ));
    format(wiiStr, sizeof( wiiStr ), "[%s] diz: %s", wiiN, text);
    SendClientMessageToAll(-1, wiiStr);
    return false;
}
Basta vocк aprimorar... Espero ter ajudado,
hugs.
Reply
#3

Funcionou, tentei dar rep mas apareceu uma mensagem loka ai nem dei
Reply
#4

PHP код:
public OnPlayerText(playeridtext[])
{    
  new 
string[128],        
  
max[MAX_PLAYER_NAME];    
  
GetPlayerName(playeridmaxsizeof(max));    
  
format(stringsizeof(string), "[%s] {006400}diz{FF0000}: {EEE8AA}%s"maxtext);    
  
SendClientMessageToAll(-1string);    
  return 
false;

'-'
Reply
#5

Quote:
Originally Posted by THE_FALLEN
Посмотреть сообщение
PHP код:
public OnPlayerText(playeridtext[])
{    
  new 
string[128],        
  
max[MAX_PLAYER_NAME];    
  
GetPlayerName(playeridmaxsizeof(max));    
  
format(stringsizeof(sting), "[%s] {006400}diz{FF0000}: {EEE8AA}%s"maxtext);    
  
SendClientMessageToAll(-1string);    
  return 
false;

'-'
Mudou em que? Se o cara jб ajudou pra que fazer outro post?
Reply
#6

Pra que colocar em [PHP] ?
Reply
#7

frescura
Reply
#8

nem eu uso o [PHP], frescura kkkk
Reply
#9

Eles gostгo do [PHP] por causa da cor...
Reply
#10

Quote:
Originally Posted by THE_FALLEN
Посмотреть сообщение
PHP код:
public OnPlayerText(playeridtext[])
{    
  new 
string[128],        
  
max[MAX_PLAYER_NAME];    
  
GetPlayerName(playeridmaxsizeof(max));    
  
format(stringsizeof(sting), "[%s] {006400}diz{FF0000}: {EEE8AA}%s"maxtext);    
  
SendClientMessageToAll(-1string);    
  return 
false;

'-'
rep pra ti mano, por pegar meu code e colorir e re-postar em php (Y) palhaзo

@Topic disponha Pedro...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)