[Pomoc] Oko /veh

Započeo William Johnson, Jul 08, 2011, 22:55:05 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 2 gostiju pregledaju ovu temu.

Skripta koju koristim: Sreet Stories EDIT
Detaljan opis problema: Kad idem /veh auto se stvori a kad idem onda /rtc respawna se opet na tom mjestu kako da ga maknem sa /rtc ????
Dio skripte:
Neke slike/video za lakse dobivanje pomoci(neobavezno):

if(strcmp(cmd, "/veh", true) == 0)
   {
       if(IsPlayerConnected(playerid))
       {
           if (PlayerInfo[playerid][pAdmin] < 2)
         {
             SendClientMessage(playerid, COLOR_GRAD1, "   Niste autorizovani da bi ste Koristiteli ovu komandu!");
             return 1;
         }
         tmp = strtok(cmdtext, idx);
         if(!strlen(tmp))
         {
            SendClientMessage(playerid, COLOR_GRAD2, "Koristite: /veh [carid] [color1] [color2]");
            return 1;
         }
         new car;
         car = strval(tmp);
         if(car < 400 || car > 611) { SendClientMessage(playerid, COLOR_GREY, "   ID vozila ne moze biti ispod  400 ili iznad 611 !"); return 1; }
         tmp = strtok(cmdtext, idx);
         if(!strlen(tmp))
         {
            SendClientMessage(playerid, COLOR_GRAD2, "Koristite: /veh [carid] [color1] [color2]");
            return 1;
         }
         new color1;
         color1 = strval(tmp);
         if(color1 < 0 || color1 > 126) { SendClientMessage(playerid, COLOR_GREY, "   Boja ne moze biti ispod 0 ili iznad 126 !"); return 1; }
         tmp = strtok(cmdtext, idx);
         if(!strlen(tmp))
         {
            SendClientMessage(playerid, COLOR_GRAD2, "Koristite: /veh [carid] [color1] [color2]");
            return 1;
         }
         new color2;
         color2 = strval(tmp);
         if(color2 < 0 || color2 > 126) { SendClientMessage(playerid, COLOR_GREY, "   Boja ne moze biti ispod  0 ili iznad 126 !"); return 1; }
         new Float:X,Float:Y,Float:Z;
         GetPlayerPos(playerid, X,Y,Z);
         new carid = CreateVehicle(car, X,Y,Z, 0.0, color1, color2, 60000);
         CreatedCars[CreatedCar] = carid;
         CreatedCar ++;
         format(string, sizeof(string), "   Vozilo %d stvoreno.", carid);
         SendClientMessage(playerid, COLOR_GREY, string);
      }
      return 1;
   }



Probaj /asellcar ali trebas jedan po jedan