Why won't this command work
#3

Quote:
Originally Posted by (SF)Noobanatior
Посмотреть сообщение
missed a line
pawn Код:
if(strcmp(cmd, "/impound", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if(IsATOWTRUCKDRIVER(playerid))
            {
                if (IsTrailerAttachedToVehicle(GetPlayerVehicleID(playerid)))
                {
                    new vid;
                    vid = GetPlayerVehicleID(playerid);
                    GetVehicleTrailer(vid);
                    DestroyVehicle(vid);
                 }
            }
        }
        return 1;
    }
}
How did i
Reply


Messages In This Thread
Why won't this command work - by yarrum3 - 23.02.2011, 09:33
Re: Why won't this command work - by (SF)Noobanatior - 23.02.2011, 09:36
Re: Why won't this command work - by yarrum3 - 23.02.2011, 09:39

Forum Jump:


Users browsing this thread: 2 Guest(s)