[Ajuda] Sistema
#1

oii e eu de novo

E tipo To Criando Uma Gm Do 0 RPG


Mais Queria Saber Como Tirar O CHAT GLOBAL DA Gm E Bota CHAT PERTO

Sera Que vcs Podem Postar Pronto Ou Indicar Alguйm que posto, OU ME ensinar
Reply
#2

Testa ae
PHP код:
public OnPlayerText(playerid,text[])
{
new 
Msg[128],Name[24],Float:Coords[3];
GetPlayerPos(playerid,Coords[0],Coords[1],Coords[2]);
GetPlayerName(playerid,Name,sizeof(Name));
format(Msg,sizeof(Msg),"%s: %s",Name,text);
for(new 
0!= MAX_PLAYERSx++) {
if(
IsPlayerInRangeOfPoint(x,20.0,Coords[0],Coords[1],Coords[2])) {
SendClientMessage(x,-1,Msg);
}

Reply
#3

https://sampwiki.blast.hk/wiki/LimitGlobalChatRadius
Reply
#4

Flw ai vou testa iTakelot

Edit@

nгo funfa Ele ta pegando global do mermo jeito
Reply
#5

PHP код:
//Comeзo do GM 
new Sem_Chat_Global 1;  

//Public OnPlayerText 
if (Sem_Chat_Global) {  
    
format(Celulassizeof(Celulas), "%s[%d] diz: %s"Nome(playerid), playeridtext);  
    
ProxDetector(20.0playeridCelulas0xEDFAFFFF0xDAE4E8FF0xCCD5D9FF0xCCD5D9FF0xCCD5D9FF);  
    return 
false;  

Reply
#6

Deu Esses Erros
Quote:

C:\Users\alexandre\Desktop\gm\[EXP] Brasil Expert [EXP]\gm be\gm be\gamemodes\EXPRPG.pwn(5346) : error 010: invalid function or declaration
C:\Users\alexandre\Desktop\gm\[EXP] Brasil Expert [EXP]\gm be\gm be\gamemodes\EXPRPG.pwn(5349) : error 010: invalid function or declaration
C:\Users\alexandre\Desktop\gm\[EXP] Brasil Expert [EXP]\gm be\gm be\gamemodes\EXPRPG.pwn(30630) : warning 203: symbol is never used: "Sem_Chat_Global"

Reply
#7

Mano warning 203: symbol is never used: "Sem_Chat_Global" ta lб no cуdigo... o new sem_chat_global e cego ? mds cara.
Reply
#8

Entгo Cara Eu Botei new sem_chat_global Na Gm
Reply
#9

Aqui ta compilando certo vocк ter feito alguma bosta.
Reply
#10

Olha, se seu GM estiver sendo feito do 0, uma funзгo simples pode ajudar, um amigo jб citou acima esta funзгo.
PHP код:
/* Caso jб tenha esta callback, nгo adicione-a novamente pois darб warnings ou erros. */
public OnGameModeInit()
{
    
LimitGlobalChatRadius(20.0); /* Mude de 20.0 para a distancia desejбvel que o texto aparecerб. */
    
return 1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)