Jump to content

Q_RzV..

Membru
  • Posts

    20
  • Joined

  • Last visited

    Never

Posts posted by Q_RzV..

  1. Salut

    AM decis sa postez un Vechi gm deal meu aicia

    Poze:

    2ztbq7m.jpg

    [img width=500 height=375] 2uiyo08.jpg

    [img width=500 height=375] 63vnth.jpg

    [img width=500 height=375] ipckuf.jpg

    [img width=500 height=375] 2rogoeb.jpg

    Descarca:

    PWN: 

    http://fisierulmeu.ro/386R3DBMXU7I/RTS-pwn.html

    AMX: 

    http://fisierulmeu.ro/38PZGKC8LPVK/RTS-amx.html

    [pawn]Bucurativa de el[/pawn]

  2. eu am vz ca pe tote sv-urile rpg Gf rp cand iti omori colegu de celuca ei WD ...

    Si casa arate la /wanted...

    ia comanda

    [pawn]if(strcmp(cmd, "/wanted", true) == 0)

    {

        if(IsPlayerConnected(playerid))

      {

    if(gTeam[playerid] == 2 || IsACop(playerid))

    {

            new count = 0;

    SendClientMessage(playerid, COLOR_LIGHTGREEN, "Wanted Suspects:");

        for(new i=0; i < MAX_PLAYERS; i++)

    {

    if(IsPlayerConnected(i))

    {

        if(WantedLevel >= 1)

        {

          GetPlayerName(i, giveplayer, sizeof(giveplayer));

            format(string, sizeof(string), "[%d]%s - Wanted Level: [%d]", i,giveplayer,WantedLevel);

    SendClientMessage(playerid, COLOR_WHITE, string);

    count++;

    }

    }

    }

    if(count == 0)

    {

        SendClientMessage(playerid, COLOR_LIGHTRED, "* Currently no suspect online.");

    }

    }

        else

        {

              SendClientMessage(playerid, COLOR_WHITE, " You are not a Cop !");

        }

    }

    return 1;

    }[/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.