Jump to content

Staff

Membru
  • Posts

    250
  • Joined

  • Last visited

    Never

Posts posted by Staff

  1. Mai de la tara...dar nu apare numele ;))

    [pawn]#if ADM_InMSG == true

    if (AccInfo[playerid][Hide] == 0)

    {

    if(AccInfo[playerid][Level] < 1)

    {

    new str3[256];

    format(str3, 256, "(Player): %s", text);

    for(new gz=0;gz<200;gz++)

    if(IsPlayerConnected(gz))

    SendPlayerMessageToPlayer(gz, playerid, str3);

    else SendPlayerMessageToPlayer(gz, playerid, text);

    }

    return 0;

    }

    #endif[/pawn]

  2. Streamer Plugin ->

    https://code.google.com/p/samp-streamer-plugin/downloads/list
    Sscanf ->
    http://dl.dropbox.com/u/21683085/sscanf(2).rar
    .so is available here:
    http://www.sendspace.com/file/qgdgnc

    Astea 2 mysql banuiesc ca nu ai.

  3. A da scuze am uitat :))

    Sus in gm sau fs ->

    [pawn]static szPlayerChatMsg[MAX_PLAYERS][128];[/pawn]

    public OnPlayerDisconnect(playerid, reason)

    [pawn]szPlayerChatMsg[playerid] = "";[/pawn]

    La OnPlayerText

    [pawn] format(szPlayerChatMsg[playerid], 128, "%s", text);

                If(PlayerInfo[playerid][Level] >= 1 && PlayerInfo[playerid][Level] <= 10)

        {

                      new messagetext[128];

      format(messagetext, 128, ""W"(ID:%d)"COL_BLUE"[Admin]"COL_BLUE": %s", playerid, text);

      SendPlayerMessageToAll(playerid, messagetext);

      return 0;

      }[/pawn]

  4. LA[pawn]OnPlayerText(playerid,text[])[/pawn]Adaugi:[pawn]      if(PlayerInfo[playerid][Level] >= 1)

    {

          new messagetext[128];

      format(messagetext, 128, ""W"(ID:%d)"COL_BLUE"[Admin]"COL_BLUE": %s", playerid, text);

      SendPlayerMessageToAll(playerid, messagetext);

      return 0;

    }[/pawn]

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