[Ajuda] Empresa
#5

pawn Код:
// Coloque o cуdigo abaixo nesta public OnGameModeInit()
    for(new h = 0; h < sizeof(HouseInfo); h++)
    {
               if(HouseInfo[h][hOwned] == 1)
               {
                       if(HouseInfo[h][hRentabil] == 0)
                       {
                                format(string, sizeof(string), "~w~proprietЃrio da casa:~n~%s~n~Level : %d",HouseInfo[h]                   [hOwner],HouseInfo[h][hLevel]);
                                Create3DTextLabel(string,COR,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.75,40,0,1);
                                //Create3DTextLabel(texto[],cor,coord: X,coord:Y,coord,Z,distancia mбxima que pode vizualizar o texto,virtual world,se podemos ver o texto atraves de objetos);
                                //mais detalhes sobre esta funзгo procura na sa-mp wiki
                       }
                       else if(HouseInfo[h][hRentabil] == 1)
                       {
                                format(string, sizeof(string), "~w~proprietЃrio da casa:~n~%s~n~Aluguel: R$ %d Level : %d~n~digite /alugarquarto para alugar um quarto",HouseInfo[h][hOwner],HouseInfo[h][hRent],HouseInfo[h][hLevel]);
                                Create3DTextLabel(string,COR,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.75,40,0,1);
                       }
               }
               else if(HouseInfo[h][hOwned] == 0)
               {
                        format(string, sizeof(string), "~w~a casa estЃ a venda~n~Descriњљo: %s ~n~Preњo: ~g~R$ %d ~n~~w~ Level : %d~n~para comprar digite /comprarcasa",HouseInfo[h][hDiscription],HouseInfo[h][hValue],HouseInfo[h][hLevel]);
                        Create3DTextLabel(string,COR,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]+0.75,40,0,1);
               }
        }
Ai estб o cуdigo, agora entenda e o adapte para empresas e demais sistemas que vc deseja utilizar...
Reply


Messages In This Thread
[Ajuda] Empresa - by Sr.Pekeno - 24.07.2011, 16:49
Re: [Ajuda] Empresa - by MiTToS - 25.07.2011, 06:23
Re: [Ajuda] Empresa - by Sr.Pekeno - 25.07.2011, 08:56
Re: [Ajuda] Empresa - by FoxXx - 25.07.2011, 10:15
Re: [Ajuda] Empresa - by yiakin - 25.07.2011, 12:41
Re: [Ajuda] Empresa - by ViniBorn - 25.07.2011, 13:56
Re: [Ajuda] Empresa - by Sr.Pekeno - 25.07.2011, 14:08
Re: [Ajuda] Empresa - by ViniBorn - 25.07.2011, 14:38
Re: [Ajuda] Empresa - by Sr.Pekeno - 25.07.2011, 14:41
Re: [Ajuda] Empresa - by ViniBorn - 25.07.2011, 15:01

Forum Jump:


Users browsing this thread: 1 Guest(s)