[Ajuda] comando para criar veiculos
#7

ok o cod ta ai, se n existir como fazer nd nesse cod ta de boa
PHP код:
    if(strcmp(cmd"/criarcarro"true) == 0)
    {
        if(
IsPlayerConnected(playerid))
         {
            if (
PlayerInfo[playerid][pAdmin] < 1338)
            {
                
SendClientMessage(playeridCOLOR_GRAD1"   Vocк nгo esta autorizado a usar este comando!");
                   return 
1;
            }
            if(
admtrampando[playerid] < && PlayerInfo[playerid][pAdmin] != 1342 && PlayerInfo[playerid][pAdmin] != 1341 && PlayerInfo[playerid][pAdmin] != 1340)
            {
                
SendClientMessage(playeridCOLOR_GRAD1"Vocк nгo estб trabalhando! (/jogar)");
                return 
1;
            }
            if(
CreatedCar >= 96)
            {
                
SendClientMessage(playeridCOLOR_GRAD1"Jб criaram muitos carros, destrua alguns primeiro /destruirid");
                return 
1;
            }
              
tmp strtok(cmdtextidx);
            if(!
strlen(tmp))
               {
                
SendClientMessage(playeridCOLOR_GRAD2"USE: /criarcarro [IDCARRO] [COR1] [COR2]");
                return 
1;
               }
               new 
car;
               
car strval(tmp);
               if(
car 400 || car 611) { SendClientMessage(playeridCOLOR_GREY"   Modelo Do Carro Tem Que Ser Entre 411 e 600 !"); return 1; }
               
tmp strtok(cmdtextidx);
               if(!
strlen(tmp))
               {
                
SendClientMessage(playeridCOLOR_GRAD2"USE: /criarcarro [IDCARRO] [COR1] [COR2]");
                return 
1;
               }
               new 
COLOR1;
               
COLOR1 strval(tmp);
               if(
COLOR1 || COLOR1 252) { SendClientMessage(playeridCOLOR_GREY"   Nъmero Da Cor tem que ser entre 0 e 126 !"); return 1; }
               
tmp strtok(cmdtextidx);
               if(!
strlen(tmp))
               {
                
SendClientMessage(playeridCOLOR_GRAD2"USE: /criarcarro [IDCARRO] [COR1] [COR2]");
                return 
1;
               }
               new 
COLOR2;
               
COLOR2 strval(tmp);
               if(
COLOR2 || COLOR2 252) { SendClientMessage(playeridCOLOR_GREY"   Nъmero Da Cor tem que ser entre 0 e 126 !"); return 1; }
               new 
Float:X,Float:Y,Float:Z;
               
GetPlayerPos(playeridX,Y,Z);
               new 
carid CreateVehicle(carX,Y,Z0.0COLOR1COLOR260000);
               
CreatedCars[CreatedCar] = carid;
               
CreatedCar ++;
               
format(stringsizeof(string), "   Veiculo %d Criado."carid);
               
SendClientMessage(playeridCOLOR_GREYstring);
          }
          return 
1;
     } 
Reply


Messages In This Thread
comando para criar veiculos - by RPB - 09.07.2013, 20:40
Re: comando para criar veiculos - by silenthill - 09.07.2013, 21:01
Re: comando para criar veiculos - by RPB - 10.07.2013, 01:49
Re: comando para criar veiculos - by LucaAllexandre - 10.07.2013, 01:51
Re: comando para criar veiculos - by silenthill - 10.07.2013, 02:00
Re: comando para criar veiculos - by RPB - 10.07.2013, 02:02
Re: comando para criar veiculos - by RPB - 10.07.2013, 02:07

Forum Jump:


Users browsing this thread: 1 Guest(s)