Jump to content

Don.Capone

Membru
  • Posts

    582
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Don.Capone

  1. cum pot face sa imi apara si playeri care sunt owneri atunci cand scriu comanda /admins pt am cautat in gm

    [pawn]isplayeradmin[/pawn] da nu am gasit nimic si mia spus cineva ca ownerul nu se vede pentru ca este ascuns mno si eu vreau sa fac sa nu mai fie ascuns

  2. nu trebuie sa stergi pluginurile bagale la loc si vezi ca in server.cfg ai linia plugin ssi taote pluginurile care le ai bagate pe server le treci in server.cfg exemplu

    [pawn]plugins streamer audio.dll [/pawn]  etc etc caci cred ca de la alea nu porneste eu asa am patit

  3. deci am un server de roleplay(nu gf) si lam facut pe tot fara nici un bug etc dar cand am bagat serverul pe host hopa mitica eroare adica intru intr-o masina si merg linistit cu ea cat vreau dar daca ies di masina si intru iara(in orice alt vehicul) ma blochez si nu pot face nimic decat sa ies de pe svr si sa intru iara am testat cu mai multe masini/biciclete/motoare etc si tot asa face.... la mine in pc cand il pornesc merge bine nu ma blochez apsolut deloc.... deci nush de la ce este :-?? ma puteti ajuta ? va rog

  4. ce am gresit ?

    [pawn]if(IsAnOwnableCar(newcar))

    {

        if(CarInfo[newcar][cOwned]==0)

        {

            TogglePlayerControllable(playerid, 0);

            SendClientMessage(playerid, COLOR_YELLOW,"___________________________");

            format(string,sizeof(string),"Vehicle Name: %s",CarInfo[newcar][cDescription]);

            SendClientMessage(playerid, COLOR_YELLOW, string);

            format(string,sizeof(string),"Price: %d",GetVehiclePrice(newcar));

            SendClientMessage(playerid, COLOR_YELLOW, string);

            format(string,sizeof(string),"Owner: %s",CarInfo[newcar][cOwner]);

            SendClientMessage(playerid, COLOR_YELLOW, string);

            SendClientMessage(playerid, COLOR_LIGHTRED,"Type /v buy to buy this car");

            SendClientMessage(playerid, COLOR_YELLOW,"___________________________");

        }

        if(CarInfo[newcar][cOwned]==1)

        {

            format(string,sizeof(string),"Masina Inregistrata pe numele lui: %s",CarInfo[newcar][cOwner]);

    SendClientMessage(playerid, COLOR_BUS, string);

    /*if(keycar != vehicle)

    {

        RemovePlayerFromVehicle(playerid);

        SendClientMessage(playerid, COLOR_GREY, "You don't have a key of this vehicle");

    }*/

    if(PlayerInfo[playerid][pPcarkey1] == vehicle) { }

    else if(PlayerInfo[playerid][pPcarkey2] == vehicle) { }

    else

    {

    if(PlayerInfo[playerid][pAdmin] >= 5 || PlayerInfo[playerid][pMember] == 14 || PlayerInfo[playerid][pLeader] == 14)

    {

        SendClientMessage(playerid, COLOR_GREY, "You can drive this car");

    }

                        else

        {

        RemovePlayerFromVehicle(playerid);

        SendClientMessage(playerid, COLOR_GREY, "You don't have a key of this vehicle");

    }

    }

        }

    }[/pawn]

  5. mersi mult de tot a mers

    edit: acum la compilare merge totul perfect dar cand pornesc svrul imi da asta

    [10:26:47] Script[gamemodes/NVL.amx]: Run time error 19: "File or function is not found"

    [10:26:47] Number of vehicle models: 0 

    in seerver.cfg la linia gamemodes am NVL asa cu era si inainte si amx are destula memorie dar nush de la ce ?

  6. am facut eroarea aceea dar acuma am dat de alta chestie uitativa:

    [pawn]C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16911) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16912) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16913) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16914) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16915) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16916) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16917) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16918) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16919) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16920) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16921) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16922) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16923) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16924) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16925) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16926) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16927) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16928) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16929) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16930) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16931) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16932) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16933) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16934) : error 017: undefined symbol "SetPlayerAttachedObject"

    C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(16935) : error 017: undefined symbol "SetPlayerAttachedObject"

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    25 Errors.

    [/pawn]   

    si uitati si randurile:

    [pawn] case 0, 65, 74, 149, 208, 273:  SPAO{0.070000, 0.000000, 0.000000, 88.000000, 75.000000, 0.000000}

    case 1..6, 8, 14, 16, 22, 27, 29, 33, 41..49, 82..84, 86, 87, 119, 289: SPAO{0.070000, 0.000000, 0.000000, 88.000000, 77.000000, 0.000000}

    case 7, 10: SPAO{0.090000, 0.019999, 0.000000, 88.000000, 90.000000, 0.000000}

    case 9: SPAO{0.059999, 0.019999, 0.000000, 88.000000, 90.000000, 0.000000}

    case 11..13: SPAO{0.070000, 0.019999, 0.000000, 88.000000, 90.000000, 0.000000}

    case 15: SPAO{0.059999, 0.000000, 0.000000, 88.000000, 82.000000, 0.000000}

    case 17..21: SPAO{0.059999, 0.019999, 0.000000, 88.000000, 82.000000, 0.000000}

    case 23..26, 28, 30..32, 34..39, 57, 58, 98, 99, 104..118, 120..131: SPAO{0.079999, 0.019999, 0.000000, 88.000000, 82.000000, 0.000000}

    case 40: SPAO{0.050000, 0.009999, 0.000000, 88.000000, 82.000000, 0.000000}

    case 50, 100..103, 148, 150..189, 222: SPAO{0.070000, 0.009999, 0.000000, 88.000000, 82.000000, 0.000000}

    case 51..54: SPAO{0.100000, 0.009999, 0.000000, 88.000000, 82.000000, 0.000000}

    case 55, 56, 63, 64, 66..73, 75, 76, 78..81, 133..143, 147, 190..207, 209..219, 221, 247..272, 274..288, 290..293: SPAO{0.070000, 0.019999, 0.000000, 88.000000, 82.000000, 0.000000}

    case 59..62: SPAO{0.079999, 0.029999, 0.000000, 88.000000, 82.000000, 0.000000}

    case 77: SPAO{0.059999, 0.019999, 0.000000, 87.000000, 82.000000, 0.000000}

    case 85, 88, 89: SPAO{0.070000, 0.039999, 0.000000, 88.000000, 82.000000, 0.000000}

    case 90..97: SPAO{0.050000, 0.019999, 0.000000, 88.000000, 82.000000, 0.000000}

    case 132: SPAO{0.000000, 0.019999, 0.000000, 88.000000, 82.000000, 0.000000}

    case 144..146: SPAO{0.090000, 0.000000, 0.000000, 88.000000, 82.000000, 0.000000}

    case 220: SPAO{0.029999, 0.019999, 0.000000, 88.000000, 82.000000, 0.000000}

    case 223, 246: SPAO{0.070000, 0.050000, 0.000000, 88.000000, 82.000000, 0.000000}

    case 224..245: SPAO{0.070000, 0.029999, 0.000000, 88.000000, 82.000000, 0.000000}

    case 294: SPAO{0.070000, 0.019999, 0.000000, 91.000000, 84.000000, 0.000000}

    case 295: SPAO{0.050000, 0.019998, 0.000000, 86.000000, 82.000000, 0.000000}

    case 296..298: SPAO{0.064999, 0.009999, 0.000000, 88.000000, 82.000000, 0.000000}

    case 299: SPAO{0.064998, 0.019999, 0.000000, 88.000000, 82.000000, 0.000000}[/pawn]

  7. C:\Documents and Settings\Bogdan\Desktop\NvlSSSS\gamemodes\NVL.pwn(18) : fatal error 100: cannot read from file: "yom_buttons"

    am cautat pe google si nu mam lamurit va rog spunetimi cum sa o rezolv

    in linia 18 am

    [pawn]#include <yom_buttons>[/pawn]

  8. deci am luat svru acesta  http://www.sa-mp.ro/forum/index.php/topic,13610.0.html?PHPSESSID=5ba94afb0eefd6df6ffdc7d85ba30297  dar cand intru intr-o masina imi zice ca nu fac parte dintr-o factiune de exemplu daca intru intr-un taxi zice ca nu's membru smurd si tot asa va rog nu dati tc si mai bine ajutatima va rog la probleme gf nu raspunde nimeni...

  9. nu ma intelege gresit dar :

    1. nu se cer fs-uri/mape/servere

    2.nu se posteaza id-uri de mes

    3.cel mai posibil stuntman o sa iti de warn :)) o sa te obisnuiesti

    mape : http://www.sa-mp.ro/forum/index.php/board,21.0.html

    fs-uri: http://www.sa-mp.ro/forum/index.php/board,16.0.html

    servere: http://www.sa-mp.ro/forum/index.php/board,16.0.html

    pt ajutor : http://www.sa-mp.ro/forum/index.php/board,32.0.html

    tutoriale : http://www.sa-mp.ro/forum/index.php/board,24.0.html

    mno poftim tiam dat tot mura in gura

  10. stuntman-=!!" post="80499" timestamp="1309204909"]

    ..., ..., no comment. Nu e greu de modificat doar atat.

    PS: Nu recomand LuxSpeedometer, are multe chestii in el care n-au ce cauta intr-un speedometer si face lag. ( am incercat si eu acest speedometer pana mi-am creat eu unul mic si fara lag )

    nush ca mie nu imi face lag si vreau sa precizez o chestie

    ! viteza maxima este 250 am ales aceasta viteza ca fiind maxima pt ca daca folosesti hack cand apesi pe alt pt viteza depasesti 250 si automat ti se opreste masina(acesta este cam ca si un anti speed hack)

  11.                                                                       [glow=blue,2,300]Descriere[/glow]

    Acest fs nu este facut de mine ci de Luxurion, eu doar l-am editat, lam infrumusetat(am schimbat unele culori), am corectat greselile de ortografie si l-am tradus

    Este un simplu Speedometer si il postez pt ca vad ca nu exista unul frumos pe tot forumul

                                                                              [shadow=blue,left]Poza[/shadow]

                                            http://imageshack.us/photo/my-images/683/unledkeo.png/

                                                                        [glow=blue,2,300]Download[/glow]

                                                                            http://solidfiles.com/d/6eddf/

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