Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.
GTAONLINE.PL
Tematy otagowane jako: if!
1. [GF] warunek if!
mam taki kod:
Kod:

if(vehInfo[vehicleload][Nielegal] == true)
{
if(Vip[playerid])
{
Wyplata = Distance * 0.24 + Waga * 20;
score = 4;
}
else
{
Wyplata = Distance * 0.24 + Waga * 20;
score = 4;
}
else
{
Wyplata = Distance * 0.14 + Waga * 10;
score = 2;
}
}
}


co tu jest ?le?