Jump to content
  • 0

SAMP - eroare la simbol "handle"


Question

Posted (edited)

Am facut un sistem de inregistrare basic pentru un gm, doar parola, fara email, fara varsta etc. Am facut totul, dar cand compilez imi da eroarea asta:

error 017: undefined symbol "handle"

Imi da eroarea asta de 5 ori, am folosit "handle" de 5 ori in cod. Asta e unul dintre coduri:

mysql_format(handle, query, sizeof(query), "SELECT * FROM `users` WHERE `Nume`='%e' AND `Parola` = '%e'", GetName(playerid),Hashhh);

Ma poate ajuta cineva? Mss

Edited by FDH_

3 answers to this question

Recommended Posts

  • 0
Posted
2 minutes ago, Banditul said:

Esti sigur ca ai definit handle?


new MySQL: handle;

Pe la inceputul gm-ului inainte de al folosi?

Nu am fost atent =]]]]   Am definit g_handle, dar am uitat sa definesc si handle, ms mult. Alta data voi fi mai atent

  • 0
Posted
17 hours ago, FDH_ said:

Nu am fost atent =]]]]   Am definit g_handle, dar am uitat sa definesc si handle, ms mult. Alta data voi fi mai atent

Iti ajunge una si buna.

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.