[Ajuda] Pфr randon valor em mensagem de texto
#1

Код:
	if(Del[playerid] == 1) // This checks if our variable equals to 1, if so: it continues
	{
		DisablePlayerCheckpoint(playerid); // This makes sure that there will be a new checkpoint
		Del[playerid] = 0; // Changes the variable, so we can use it later again with OnPlayerEnterCheckpoint
        new rand = random(sizeof(DinheiroEntrega));
		GivePlayerMoney(playerid, DinheiroEntrega[rand][0]);
		SendClientMessage(playerid, 0xFFFFFFFF, "Vocк ganhou %d dуlares pelo trabalho");
		return 1;
	}
Quero por o mesmo valor DinheiroEntrega na mensagem ali, alguйm ajuda?
Reply
#2

PHP код:
if(Del[playerid] == 1){
    
    
DisablePlayerCheckpoint(playerid); // This makes sure that there will be a new checkpoint
    
Del[playerid] = 0// Changes the variable, so we can use it later again with OnPlayerEnterCheckpoint
    
new rand random(sizeof(DinheiroEntrega));
    
GivePlayerMoney(playeridDinheiroEntrega[rand][0]);
    
SendClientMessage(playerid0xFFFFFFFF"Vocк ganhou %d dуlares pelo trabalho"DinheiroEntrega[rand][0]);
    return 
1;

Reply
#3

Quote:
Originally Posted by Coringa_Vilao
Посмотреть сообщение
PHP код:
if(Del[playerid] == 1){
    
    
DisablePlayerCheckpoint(playerid); // This makes sure that there will be a new checkpoint
    
Del[playerid] = 0// Changes the variable, so we can use it later again with OnPlayerEnterCheckpoint
    
new rand random(sizeof(DinheiroEntrega));
    
GivePlayerMoney(playeridDinheiroEntrega[rand][0]);
    
SendClientMessage(playerid0xFFFFFFFF"Vocк ganhou %d dуlares pelo trabalho"DinheiroEntrega[rand][0]);
    return 
1;

Nгo foi x(((((
Reply
#4

PHP код:
if(Del[playerid] == 1){ 
     
    
DisablePlayerCheckpoint(playerid); // This makes sure that there will be a new checkpoint 
    
Del[playerid] = 0// Changes the variable, so we can use it later again with OnPlayerEnterCheckpoint 
    
new rand random(sizeof(DinheiroEntrega)); 
    
GivePlayerMoney(playeridDinheiroEntrega); 
    
SendClientMessage(playerid0xFFFFFFFF"Vocк ganhou %d dуlares pelo trabalho"DinheiroEntrega); 
    return 
1

Reply
#5

Esqueceu de formatar...

PHP код:
if(Del[playerid] == 1){  
      
    
DisablePlayerCheckpoint(playerid); // This makes sure that there will be a new checkpoint  
    
Del[playerid] = 0// Changes the variable, so we can use it later again with OnPlayerEnterCheckpoint  
    
new rand random(sizeof(DinheiroEntrega));  
    new 
string[30];
    
GivePlayerMoney(playeridDinheiroEntrega);  
    
format(string,sizeof(string),"Vocк ganhou %d dуlares pelo trabalho"DinheiroEntrega);
    
SendClientMessage(playerid0xFFFFFFFFstring); 
    return 
1;  

Reply
#6

Quote:
Originally Posted by LockedLucas
Посмотреть сообщение
Esqueceu de formatar...

PHP код:
if(Del[playerid] == 1){  
      
    
DisablePlayerCheckpoint(playerid); // This makes sure that there will be a new checkpoint  
    
Del[playerid] = 0// Changes the variable, so we can use it later again with OnPlayerEnterCheckpoint  
    
new rand random(sizeof(DinheiroEntrega));  
    new 
string[30];
    
GivePlayerMoney(playeridDinheiroEntrega);  
    
format(string,sizeof(string),"Vocк ganhou %d dуlares pelo trabalho"DinheiroEntrega);
    
SendClientMessage(playerid0xFFFFFFFFstring); 
    return 
1;  

Deu certo, valeu
Reply
#7

Quote:
Originally Posted by LockedLucas
Посмотреть сообщение
Esqueceu de formatar...

PHP код:
if(Del[playerid] == 1){  
      
    
DisablePlayerCheckpoint(playerid); // This makes sure that there will be a new checkpoint  
    
Del[playerid] = 0// Changes the variable, so we can use it later again with OnPlayerEnterCheckpoint  
    
new rand random(sizeof(DinheiroEntrega));  
    new 
string[30];
    
GivePlayerMoney(playeridDinheiroEntrega);  
    
format(string,sizeof(string),"Vocк ganhou %d dуlares pelo trabalho"DinheiroEntrega);
    
SendClientMessage(playerid0xFFFFFFFFstring); 
    return 
1;  

falta de atenзгo minha...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)