Jump to content

gogoaxel

Membru
  • Posts

    49
  • Joined

  • Last visited

Posts posted by gogoaxel

  1. Poftim.

    [pawn]case 1:

    {

          strcat( string, "{00C0FF}Andromada\nAT-400\n{00C0FF}Beagle\nCropduster\n\

                              {00C0FF}Dodo\n{00C0FF}Hydra\n{00C0FF}Nevada\n");

          strcat( string, "{00C0FF}Rustler\n{00C0FF}Shamal\n\

                              {00C0FF}Skimmer\n{00C0FF}Stuntplane\n{00C0FF}Back\n");

          ShowPlayerDialog(playerid, 3435, DIALOG_STYLE_LIST,"{FF6600}Aeroplane",string,"Select","Cancel");

    }[/pawn]

    Cu placere

  2. Am intrebarea urmatoare in cap

    Se poate face conexiunea MySQL la baza de date de pe un alt vps?

    Exemplu:

    Eu am host cumparat si cei de la host nu vor sa imi rezolve problema cu baza de date , si eu am un vps care e putin cam ocupat cu servere,da intrebarea mea e daca pot face conexiunea de la host la vps. Daca se poate ziceti-mi cum , ca am incercat

  3. [pawn]CMD:withdraw(playerid, params[])

    {

                new string[256];

                if(PlayerInfo[playerid][pExp] < 4) return SendClientMessage(playerid, COLOR_GRAD1, "4 Respect Points pentru a folosi comanda !");

                if(PlayerInfo[playerid][pLocal] == 103)

                {

                if(sscanf(params, "i", withdraw))

                {

                    SendClientMessage(playerid, COLOR_ORANGE, "{F97804}USAGE:{B4B5B7}{FFFFFF} /withdraw [amount]");

                    format(string, sizeof(string), "You Have %s in your account.", FormatMoney(PlayerInfo[playerid][pAccount]));

                    SendClientMessage(playerid, COLOR_GRAD3, string);

                    return 1;

                }

                if (withdraw > PlayerInfo[playerid][pAccount] || withdraw < 1)

                {

                    SendClientMessage(playerid, COLOR_GRAD1, "You dont have that much.");

                    return 1;

                }

                ConsumingMoney[playerid] = 1;

                PlayerInfo[playerid][pCash] = PlayerInfo[playerid][pCash] + withdraw;

                PlayerInfo[playerid][pAccount]=PlayerInfo[playerid][pAccount]-withdraw;

                format(string, sizeof(string), "You Have Withdrawn %s from your account Total: %s ", FormatMoney(withdraw),FormatMoney(PlayerInfo[playerid][pAccount]));

                SendClientMessage(playerid, COLOR_YELLOW, string);

                }

                else if(PlayerToPoint(1.5, playerid, -1973.2712,117.3730,27.6875))

                {

                        if(sscanf(params, "i", withdraw))

                        {

                            SendClientMessage(playerid, COLOR_ORANGE, "{F97804}USAGE:{B4B5B7}{FFFFFF} /withdraw [amount]");

                            format(string, sizeof(string), "You Have %s in your account.", FormatMoney(PlayerInfo[playerid][pAccount]));

                            SendClientMessage(playerid, COLOR_GRAD3, string);

                            return 1;

                        }

                        if (withdraw > PlayerInfo[playerid][pAccount] || withdraw < 1)

                        {

                            SendClientMessage(playerid, COLOR_GRAD1, "You dont have that much !");

                            return 1;

                        }

                        ConsumingMoney[playerid] = 1;

                        PlayerInfo[playerid][pCash] = PlayerInfo[playerid][pCash] + withdraw;

                        PlayerInfo[playerid][pAccount]=PlayerInfo[playerid][pAccount]-withdraw;

                        format(string, sizeof(string), "You Have Withdrawn %s from your account Total: %s ", FormatMoney(withdraw),FormatMoney(PlayerInfo[playerid][pAccount]));

                        SendClientMessage(playerid, COLOR_YELLOW, string);

                }

                else

                {

                    SendClientMessage(playerid, COLOR_GRAD1, "You are not at the Bank / ATM !");

              }

              return 1;

    }

    [/pawn]

    Poftim

  4. 0,1098.566040,-1760.704101,13.078100,88.640098,1,1,Dealership,Jester,349000,,0,0

    tu ai pus 0 la vehicle id cum vrei sa iti mearga? si pune coordanate diferite la fiecare masina pt ca daca pui la aceasi coordonata o sa iti iasa un "rahat"

    Model

    [pawn]559,1098.566040,-1760.704101,13.078100,88.640098,1,1,Dealership,Jester,349000,,0,0[/pawn]

    cum ai vrut tu (559 este id de la jester)

  5. -=-=-=ToyRaider's Fuel System=-=-=-

    Acesta este unul dintre filterscript-urile mele.

    Este un sistem de benzina.

    -=-=Imagini=-=-

    7tCbGNJ.jpg?1

    [img width=500 height=300]http://i.imgur.com/sRxsWOQ.jpg?1

    [img width=500 height=300]http://i.imgur.com/sdKip4w.jpg?1

    [img width=500 height=300]http://i.imgur.com/bZjMlmd.jpg?1

    [img width=500 height=300] SXi9jF6.png

    [img width=500 height=300] EBakVbr.jpg

    -=-=Credite=-=-

    ToyRaider(gogoaxel) - Scripter

    ZeeX - zcmd.inc

    Incognito - streamer.inc

    Y_Less - sscanf2.inc

    -=-=Download=-=-

    PasteBin  [download]http://pastebin.com/TH3U1FAY[/download]

    SolidFiles  [download]http://www.solidfiles.com/d/0ed7326791/[/download]

    MediaFire  [download]http://www.mediafire.com/download/33ol76q8ygv0cob/TR%27s_Fuel.rar[/download]

    Daca gasiti un bug sau aveti o sugestie completati acest formular:

    Nume:
    Bug/Sugestie:
    

    Daca ati gasit o benzinarie care nu are pickup datimi coordonatele si o voi pune intr-un update!

  6. Cand intru pe server imi da sa imi dau register da eu am deja cont creat si dupa ce scriu parola imi zice ca acest cont deja exista si sa schimb numele ,Daca ma puteti ajuta va multumesc foarte mult

    P.S: Gamemode-ul este zonek si am patito si la alte gamemode-uri

  7. Ai incercat dupa ce cumperi casa sa-ti da-i /respawn si apoi /exit ?

    Incearca asa si revin-o cu un raspuns , succes !

    Nu merge /respawn si apoi /exit!

    Faci o variabila new housecuret[MAX_PLAYERS]; in ea stochezi id-ul casei in care ai intrat. Iar cand dai /exit vei pune HouseInfo[housecurent][hExitx].................. sau cum e in gamemodeul tau

    Acum incerc sa fac Gireada daca reusesc dau edit daca nu te contactez pe mess!

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