[Pomoc] Oko /veh

8. Jul 2011.
593
pregleda
4
postova
William Johnson
3
Hustler
8. Jul 2011.
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 < 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 ");
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 ");
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 ");
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 = carid;
CreatedCar ++;
format(string, sizeof(string), "  Vozilo %d stvoreno.", carid);
SendClientMessage(playerid, COLOR_GREY, string);
}
return 1;
}
Dave
5
Underboss
8. Jul 2011.
Imas komandu /dvehicles?
William Johnson
3
Hustler
8. Jul 2011.
Nemam
Dave
5
Underboss
8. Jul 2011.
Probaj /asellcar ali trebas jedan po jedan

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha