- 0
Problema
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
CesT
Nu mi se pune culoarea la masina personala, si nici nu mi se salveaza in baza de date.
case PCar_D+1: { if(!response) return true; //---------------------------------------------------------------- if(strval(inputtext) >= 0 && strval(inputtext) <= 255) { new i = CosminInfo[playerid][CarVCP]; new color1, color2; //------------------------------------------------------------- Vehicles[i][VehicleColor][0] = strval(inputtext); //------------------------------------------------------------- if(Vehicles[i][VehicleColor][0]) { ChangeVehicleColor(Vehicles[i][vehicleData], Vehicles[i][VehicleColor][0] = color1, Vehicles[i][VehicleColor][1] = color2); } Vehicles[i][VehicleInterior] = GetPlayerInterior(playerid), Vehicles[i][VehicleWorld] = GetPlayerVirtualWorld(playerid), UpdateVehicle(i, 1), SaveVehicle(i); //------------------------------------------------------------- } else { SendError2(playerid, "Please insert a model between 0 and 255 caracters!", "Te rugam sa inserezi un model intre 0 si 255 caractere!"); } }1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now