Jump to content

viperboy

Membru
  • Posts

    16
  • Joined

  • Last visited

    Never

Posts posted by viperboy

  1. da nu stiu care din astea sa le scot

    [pawn]

    new VehicleSystem[MAX_BUY_V][Auto];

    new IDIS[MAX_VEHICLES];

    new Locked[MAX_VEHICLES];

    new created;

    new MsCP[MAX_PLAYERS];

    new findcar[MAX_PLAYERS];

    new file[256];

    new HisPrecedentVehicle[MAX_PLAYERS];

    new PlayerIsSweeping[MAX_PLAYERS];[/pawn]

  2. acesta este

    [pawn]enum Auto

    {

        cmodel,

    Float:xc,Float:yc,Float:zc,

        Farbe1,Farbe2,Float:ac,owner[256],preis,paintjob,mod1,mod2,mod3,mod4,mod5,mod6,mod7,mod8,mod9,mod10,

        mod11,mod12,mod13,mod14,mod15,mod16,mod17,Lock,Exploded,

    Text3D:toHold,

    }[/pawn]

  3. Am sistemu /newbuycar si nu stiu cum sa fac sa poata sa intre cei de la tcc in masini personale am incercat cu /tduty dar nu merge

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

    {

    new str[128];

    if(PlayerInfo[playerid][pMember] == 17 || PlayerInfo[playerid][pLeader] == 17)

    {

    if(tccind[playerid] == 0 || IsPlayerAdmin(playerid))

    {

    GetPlayerName(playerid, sendername, sizeof(sendername));

    tccind[playerid] = 1;

    format(str,sizeof(str), "[TCC Company] %s. Este la datorie.Scrie /callservice daca ai probleme cu masina", sendername);

    ABroadCast(COLOR_YELLOW,str,1);

    }

    if(PlayerInfo[playerid][pMember] >= 1)

        {

    for(new i = 0; i < sizeof(VehicleSystem); i++)

    {

    SetVehicleParamsForPlayer(i,playerid,0,1);

    }

    }

    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.