Jump to content

Banditul

Moderator
  • Posts

    1,134
  • Joined

  • Last visited

  • Days Won

    96

Posts posted by Banditul

  1. CMD:o(playerid, params[])
    {
        new message[128], string[256], sendername[25];
        If (P_Data[playerid][pAdmin] < 1) return SendClientMessage(playerid, COLOR_WHITE, AdminOnly);

    if(sscanf(params, "s[128]", message)) return SendClientMessage(playerid, COLOR_GREY, SYNTAX_MESSAGE"/o [message]");
            {
                GetPlayerName(playerid, sendername, sizeof(sendername));
                format(string, sizeof(string), "(( %s says: %s ))", sendername, message);
                SendClientMessageToAll(COLOR_LIGHT, string);
            }
       
        return 1;
    }

     

    Poftim,scuze is pe telefon

  2. Nu recomand pragma deoarece doar ascunde acele warnings si nu le repara.Recomand sa le repari mai bine, lose indentation e din cauza alinieri acelor lini ,iar acel symbol nefolosit il poti sterge fiind inutil

    • Upvote 1
  3. Am eu host de la freesamp.net,  maxim 200 slots doar ca sufera de bugu cu listarea in serverlist.

    Ps:Il tin degeaba

    Edit:Aparent au sters majoritatea serverelor ca nu aveau tag,desi au dat 24 h,concluzie nu mai am hostul....

  4. 1.In OnGamemodeInit 

    DisableInteriorEnterExits();

    2.Tot la OnGameModeInit 

    UsePedAnims();

    3.Da poti ,dar mai intai trebuie sa ii faci o baza de date nu? Dar daca vrei sa il pui pe urma in mysql mai bine fa-l direct mysql

    4.Un sistem login/register fara o baza de date e cum ai face paine fara miez

    http://forum.sa-mp.com/showthread.php?t=341711

    Uite aici un tutorial de login/register pe baza de dini

    5.Nu iti gasesc un tutorial momentan,iar de scris aici e mult,cauta un gm care are acest sistem si introdu-l la tine in gm

×
×
  • 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.