Jump to content

KRIVER

Member
  • Posts

    77
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    KRIVER got a reaction from Flint in Recrutez Scripter sa-mp   
    cel mai prost om ibrahimovic
  2. Upvote
    KRIVER reacted to NoNiAdv in Vand - sistem pariuri meciuri (bugged)   
    UP recomand
  3. Upvote
    KRIVER reacted to alexC in [REZOLVAT] Probleme goldplay pica   
    Incearca asa:

    mysql_format(SQL, szString, 67, "SELECT * FROM `users` WHERE `name` = '%e' LIMIT 0, 1", GetName(playerid)); mysql_tquery(SQL, szString, "OnCheckLogin", "d", playerid); forward OnCheckLogin(playerid); public OnCheckLogin(playerid) {     if(cache_get_row_count() > 0) PlayerAccount[playerid] = 1;     else PlayerAccount[playerid] = 0;     login[playerid] = SetTimerEx("LoginTimer", 30000, false,"d", playerid);     PlayerTextdraws(playerid);     CheckClassIP(playerid);     return 1; }
    Nu ai nevoie sa trimiti un query mereu cand un player se conecteaza, mai bine faci un tquery, ca se pot conecta si 100 odata
×
×
  • Create New...