Jump to content

[RSS]KlliDDe

Membru
  • Posts

    48
  • Joined

  • Last visited

    Never

Posts posted by [RSS]KlliDDe

  1. Informatii:

    Contine:-:

    - Register System

    - Login    System

    - Save your (Money/Score/Admin)

    Foloseste:-:

    -#include <dini>

    -#include <dudb>

    Screens:

    o8XzU.png

    [img width=390 height=293] 5Wdgg.jpg

    [img width=390 height=293] q3hmE.png

    [img width=390 height=293] Gx4rp.png

    [img width=390 height=293] eqClX.jpg

    [img width=390 height=293] JjsY1.jpg

    [img width=390 height=293] 9wNIf.jpg

    Download:

    AMX + PWN: http://www.2shared.com/file/JEwvy16v/byXeNo.html

    PasteBin: http://pastebin.com/RAAKmAR9

    Instructions:

    1.Download-ati Scriptul.

    2.Click Dreapta Pe El Si Click " Extract Here "

    3.Cele Doua Disiere Le Puneti in " FilterScripts"

    4.Numele la Cele Doua Fisiere le Treceti in "Server CFG"

    P.S: Lucrez la V2 ... multe chesti si buguri reparate

    Pentru ShoOby :  Tutorialul acesta este facut dupa scriptul meu ;)

  2. Incearca asa:

    [pawn]    if(dialogid == RADIO)

              {

                if(response)

                {

                        if(listitem==0)

        {

                            StopAudioStreamForPlayer(playerid);

                                            PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=224605");

                        }

                        if(listitem==1)

                        {

                            StopAudioStreamForPlayer(playerid);

                                            PlayAudioStreamForPlayer(playerid, "http://80.86.106.136/listen.pls");

                        }

                        if(listitem==2)

                        {

                            StopAudioStreamForPlayer(playerid);

                                            PlayAudioStreamForPlayer(playerid, "http://stream.profm.ro:8012/profm.mp3");

                        }

                        if(listitem==3)

                        {

                            StopAudioStreamForPlayer(playerid);

                                            PlayAudioStreamForPlayer(playerid, "http://www.radio21.ro/site/Radio21Live.m3u");

                        }

                        if(listitem==4)

                        {

                            StopAudioStreamForPlayer(playerid);

                                            PlayAudioStreamForPlayer(playerid, "http://a.fmradiomanele.ro:8054");

                        }

                        if(listitem==5)

                        {

                            StopAudioStreamForPlayer(playerid);

                                            PlayAudioStreamForPlayer(playerid, "http://www.radioparty.ro/manele.m3u");

                        }

                        if(listitem==6)

                        {

                          StopAudioStreamForPlayer(playerid);

                        }

                    }

                    else

                    {

                    SendClientMessage(playerid, 0xAA3333AA,"Ai ales Cancel");

                    }

              }[/pawn]

  3. LOL ce intrebare normal ca e facut de mine, singur l-am facut daca nu ma crezi asta e, dovada e ca in titlul programului scrie clar si citabil "friezakinght's 3DText Label Generator"

    daca vrei sa iti zic si programul, e VB 2008 am ceva experienta:D

    EDIT: Si daca vreti o sa fac un tutorial cum sa creeati astfel de programe

    Chiar tea-s ruga ;)

  4. (La Inceputul Scriptului)

    [pawn]

    new Float:X, Float:Y, Float:Z, Float: Ang;

    new pNRG[MAX_PLAYERS];

    [/pawn]

    La >>public OnPlayerCommandText(playerid, cmdtext[])<<

    [pawn]

    }

    if (strcmp("/nrg", cmdtext, true, 10) == 0)

    {

    new Float:X,Float:Y,Float:Z;

    GetPlayerPos(playerid,X,Y,Z);

    PutPlayerInVehicle(playerid,CreateVehicle(522,X,Y,Z,0,-1,-1,-1),0);

    SendClientMessage(playerid, 0xFFFFFFFF, "{00C0FF}Enjoi Your NRG Personal!!!");

    // Do something here

    return 1;

    }[/pawn]

    (Ar Trebui Sa Arate Cam Asa)

    [pawn]

    new Float:X, Float:Y, Float:Z, Float: Ang;

    new pNRG[MAX_PLAYERS];

    OnPlayerCommandText(playerid, cmdtext[])

    }

    if (strcmp("/nrg", cmdtext, true, 10) == 0)

    {

    new Float:X,Float:Y,Float:Z;

    GetPlayerPos(playerid,X,Y,Z);

    PutPlayerInVehicle(playerid,CreateVehicle(522,X,Y,Z,0,-1,-1,-1),0);

    SendClientMessage(playerid, 0xFFFFFFFF, "{00C0FF}Enjoi Your NRG Personal!!!");

    // Do something here

    return 1;

    }

    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.