Jump to content

Andrei SA-MP

Membru
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Andrei SA-MP's Achievements

Apprentice

Apprentice (3/14)

  • One Year In
  • Collaborator
  • Conversation Starter
  • First Post
  • Week One Done

Recent Badges

0

Reputation

  1. C:\Users\Karol\Desktop\PROIECT v0.1\gamemodes\PROIECT.pwn(97) : error 017: undefined symbol "gPlayerLogged" C:\Users\Karol\Desktop\PROIECT v0.1\gamemodes\PROIECT.pwn(97) : warning 215: expression has no effect C:\Users\Karol\Desktop\PROIECT v0.1\gamemodes\PROIECT.pwn(97) : error 001: expected token: ";", but found "]" C:\Users\Karol\Desktop\PROIECT v0.1\gamemodes\PROIECT.pwn(97) : error 029: invalid expression, assumed zero C:\Users\Karol\Desktop\PROIECT v0.1\gamemodes\PROIECT.pwn(97) : fatal error 107: too many error messages on one line
  2. public OnPlayerConnect(playerid) { gQuery[0] = EOS; mysql_format(SQL, gQuery, sizeof(gQuery), "SELECT * FROM `users` WHERE `Name` = '%s' LIMIT 1', GetName(playerid)); mysql_tquery(SQL, gQuery, "checkAccount', "i", playerid); return 1;
  3. SQL = mysql_connect("localhost", "root", "proiect", "");
  4. else { DestroyObject(TurnLight[vehicleid][2]); DestroyObject(TurnLight[vehicleid][3]); TurnLight[vehicleid][2] = 0; TurnLight[vehicleid][3] = 0; } } } return 1;
×
×
  • 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.