Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

Posted

Salut!

Acestea sunt rrorile aparute in log, care fac spam efectiv!

[16:28:04] [plugins/mysql] cache_get_value_name_float: value '' is not a number (C:\Users\Alex\Downloads\samp037svr_R2-2-1\samp03\gamemodes\RG-RPG11..pwn:64085 -> C:\Users\Alex\Downloads\samp037svr_R2-2-1\samp03\gamemodes\RG-RPG11..pwn:4243)

[16:28:06] [plugins/mysql] cache_get_row_count: no active cache (E:\samp fisiere\pawno linux\pawno\include\a_mysql.inc:182 -> C:\Users\Alex\Downloads\samp037svr_R2-2-1\samp03\gamemodes\RG-RPG11..pwn:64085 -> C:\Users\Alex\Downloads\samp037svr_R2-2-1\samp03\gamemodes\RG-RPG11..pwn:64084)

Si acestea sunt linile din gm

 

image.thumb.jpeg.cbda34e3242ee10b0f95678519dc0c26.jpeg

 

Care sunt problemele si cum le pot rezolva!

Multumesc!

1 answer to this question

Recommended Posts

  • 0
Posted

Nu ai postat liniile corecte unde îți dă eroarea respectivă. Te rog să postezi în format "code" nu poză.

Cât despre erori , scrie foarte clar care este problema.

Pentru prima eroare avem nevoie de codul sursă, sau verifica în baza de date cum este creată baza , posibil sa ai string și tu sa încerci sa preiei un float , încearcă în edit pentru secțiunea respectivă cu " float not null default 0.0"

Cât despre a 2a eroare , nu ai un cache activ de unde sa preia datele respective.

Pentru un cache activ trebuie sa folosești un format mySQL de genul "select * from users".

 

Din câte observ nu-ți arată corect liniile unde ai eroarea respectivă, ca acolo unde îți dă eroarea nu ai nimic ce tine de mySQL , te rog să găsești liniile corecte de la eroare.

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.