Jump to content

AddisoN

Membru
  • Posts

    120
  • Joined

  • Last visited

  • Days Won

    2

Community Answers

  1. AddisoN's post in Problema conectare fara clan tag was marked as the answer   
    for(new clanid; clanid < MAX_CLANS; clanid++)     {         if(strfind(playername,ClanInfo[clanid][cClanTag],true) != -1)         {             new startdel = strfind(playername,ClanInfo[clanid][cClanTag],true);             new dellenght = strlen(ClanInfo[clanid][cClanTag]);   if (startdel>0){ New end = strlen (playername); strdel(playername, startdel, end);             SetPlayerName(playerid, playername);             withouctag[playerid] = 1;} Else {          strdel(playername, startdel, dellenght);             SetPlayerName(playerid, playername);             withouctag[playerid] = 1;}         }     }  
    Acum am vazut ca eu dadeam sa stearga gen de pe pozitia 6 pe 4 ceea ce era imposibil si cred ca acum am rezolvat
  2. AddisoN's post in Undefined symbol was marked as the answer   
    Nu ai definit acele dialoguri. #define DIALOG_AGE 9999
    9999Reprezinta idul dialogului
  3. AddisoN's post in MySQL R41-2 was marked as the answer   
    La mysql_connect ordinea buna a parametrilor este host,user,pass,db
×
×
  • 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.