Jump to content

Recommended Posts

Posted

Salut ! Am o mica problema cu dealership-ul, cand dau [/setcar price 250000000 infernus], sau orice masina peste 45kk o scoate din DealerShip, ce pot face pentru a rezolva asta? nici din baza de date nu merge, am incercat deja.

Posted

Verifica structura bazei de date sa vezi daca lungimea de la price nu este mai mica de 9(daca esti mai mica esti posibil sa truncheze). Verifica comanda /setcar sa vezi daca face ce trebuie si nu cumva ea trebuie sa stearga acea masina din ds.

Posted

Cred ca esti pe bigzone, cauta asta

if(dialogid == DIALOG_CARBUY)

Apoi dai putin mai jos si vei avea asta, la listitem ==  2

if(listitem == 2)
			{
				new stringzz[MAX_STRING],stringy[MAX_STRING];
				for(new xf = 0; xf < MAX_PERSONAL_CARS; xf++)
				{
				    if(Stock[xf][vPrice] >= 20000000 && Stock[xf][vPrice] < 300000000)
				    {
						format(stringy, sizeof(stringy), "%s ($%d) - %d {FFFF00}in stock\n", Stock[xf][vName], Stock[xf][vPrice], Stock[xf][vStock]);
  						strcat(stringzz,stringy);
					}
				}
			    ShowPlayerDialog(playerid, DIALOG_CARBUY4, DIALOG_STYLE_LIST, "Masini scumpe", stringzz, "Select", "Close");
			}

Dai replace cu asta.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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.