[Ajuda] Comando + Mysql
#7

Quote:
Originally Posted by AutoMatic2
Посмотреть сообщение
Tente fazer da forma abaixo usando return 1;

break; Para parar a contagem do for й nгo mandar 1000 mensagens no chat

PHP код:
CMD:pegarvaga1(playerid,params[])
{
    new 
Query[130];
    for(new 
0MAX_PROPIEDADES; ++c)
    {
        if(
IsPlayerInRangeOfPoint(playerid,2.0,PropInfo[c][pPosX],PropInfo[c][pPosY],PropInfo[c][pPosZ]))
        {
            
SendClientMessage(playeridCOLOR_ROJO"Vocк nгo estб perto de nenhuma empresa.");
            return 
1;
        }
        if(
strcmp(PropInfo[c][pPropietario], NombreJugador(playerid), true))
        {
            
SendClientMessage(playeridCOLOR_ROJO"Vocк nгo pode trabalhar em uma vaga sendo o proprietбrio da empresa.");
            return 
1;
        }
        if(
PlayerInfo[playerid][pEmp] > 0)
        {
            
SendClientMessage(playeridCOLOR_ROJO"Vocк jб й um funcionбrio desta ou de outra empresa.");
            return 
1;
        }
        if(
strcmp(PropInfo[c][pFunc],"Ninguem"false))
        {
            
SendClientMessage(playeridCOLOR_ROJO"Esta vaga estб preenchida.");
            return 
1;
        }
        
PlayerInfo[playerid][pEmp] += 1;
        
format(PropInfo[c][pFunc], 24NombreJugador(playerid));
        
CargarPropiedad(c);
        
format(Query,sizeof(Query),"UPDATE `propiedades` SET `Func`='%s' WHERE `ID`=%d",PropInfo[c][pFunc],PropInfo[c][pID]);
        
mysql_function_query(Conecction,Query,true,"","");
        
SendClientMessage(playerid, -1"Vocк se juntou а equipa da empresa na vaga 1!");
        break;
    }
    return 
1;

Resolvido <3 Obrigado
Reply


Messages In This Thread
Comando + Mysql - by JoelNyiTz - 06.09.2018, 22:28
Re: Comando + Mysql - by AutoMatic2 - 06.09.2018, 22:33
Re: Comando + Mysql - by JoelNyiTz - 06.09.2018, 22:51
Re: Comando + Mysql - by AutoMatic2 - 06.09.2018, 23:13
Re: Comando + Mysql - by JoelNyiTz - 07.09.2018, 00:33
Re: Comando + Mysql - by AutoMatic2 - 07.09.2018, 01:04
Re: Comando + Mysql - by JoelNyiTz - 07.09.2018, 11:14

Forum Jump:


Users browsing this thread: 1 Guest(s)