Problems
#4

pawn Код:
//============================[/adeletecar]=====================================
/*    if(strcmp(cmd, "/adeletecar", true) == 0)
    {
        if(IsPlayerAdmin(playerid))
        {
            CarInfo[idcar][cModel] = 0;
            CarInfo[idcar][cLocationx] = (0.0); CarInfo[idcar][cLocationy] = (0.0); CarInfo[idcar][cLocationz] = (0.0); CarInfo[idcar][cAngle] = (0.0);
            CarInfo[idcar][cColorOne] = 0; CarInfo[idcar][cColorTwo] = 0;
            strmid(CarInfo[idcar][cOwner], "", 0, strlen(""), 999);
            format(CarInfo[idcar][cDescription], 32, "");
            CarInfo[idcar][cValue] = 0;
            CarInfo[idcar][cOwned] = 0;
            CarInfo[idcar][mod1] = 0;
            CarInfo[idcar][mod2] = 0;
            CarInfo[idcar][mod3] = 0;
            CarInfo[idcar][mod4] = 0;
            CarInfo[idcar][mod5] = 0;
            CarInfo[idcar][mod6] = 0;
            CarInfo[idcar][mod7] = 0;
            CarInfo[idcar][mod8] = 0;
            CarInfo[idcar][mod9] = 0;
            CarInfo[idcar][mod10] = 0;
            CarInfo[idcar][mod11] = 0;
            CarInfo[idcar][mod12] = 0;
            CarInfo[idcar][mod13] = 0;
            CarInfo[idcar][mod14] = 0;
            CarInfo[idcar][mod15] = 0;
            CarInfo[idcar][mod16] = 0;
            CarInfo[idcar][mod17] = 0;
            CarInfo[idcar][paintjob] = 0;
//          Delete3DTextLabel(TextUpCar[idcar]);
            DestroyVehicle(idcar);
            OnCarUpdate();
            SendClientMessage(playerid, COLOR_LIGHTBLUE, "* Masina personala distrusa cu succes !");
        }
        else SendClientMessage(playerid, COLOR_RED, " You are not authorized to use that commad ");
        return 1;
    }
*/


this is only the ''' if(IsPlayerAdmin(playerid)) {}'''
Reply


Messages In This Thread
Problems - by Madalyinn - 16.05.2014, 16:43
Re : Problems - by yusei - 16.05.2014, 16:45
Re: Problems - by weedxd - 16.05.2014, 16:48
Re: Problems - by Madalyinn - 16.05.2014, 16:50
Re: Problems - by weedxd - 16.05.2014, 16:57
Re: Problems - by Madalyinn - 16.05.2014, 16:59
Re : Problems - by yusei - 16.05.2014, 17:04
Re: Re : Problems - by weedxd - 16.05.2014, 17:12
Re: Problems - by Madalyinn - 16.05.2014, 17:15
Re: Problems - by weedxd - 16.05.2014, 17:16

Forum Jump:


Users browsing this thread: 3 Guest(s)