AttachTrailerToVehicl
#5

I know, but theres six vehicles the player is able to do the minimission with, how would it be? EX:
pawn Код:
if(Ccp[playerid] == 3)
    {
        new string[128];
        FreezeThenAutoUnfreeze(playerid,5000);
        DisablePlayerCheckpoint(playerid);
        Ccp[playerid] = 4;
        SetPlayerCheckpoint(playerid,2761.4836,-2455.6270,13.5552,3.0);
        format(string,sizeof(string),"HQ: HQ to %s, take this coal and bring it to LS docks.",GetName(playerid));
        SendClientMessage(playerid,COLOR_YELLOW,string);
        return 1;
    }
I want him to get a trailer attached with that.
Reply


Messages In This Thread
AttachTrailerToVehicl - by Azzeto - 06.10.2011, 12:01
Re: AttachTrailerToVehicl - by Pharrel - 06.10.2011, 12:09
Re: AttachTrailerToVehicl - by Azzeto - 06.10.2011, 12:14
Re: AttachTrailerToVehicl - by Pharrel - 06.10.2011, 12:21
Re: AttachTrailerToVehicl - by Azzeto - 06.10.2011, 12:24
Re: AttachTrailerToVehicl - by Pharrel - 06.10.2011, 12:31
Re: AttachTrailerToVehicl - by Azzeto - 06.10.2011, 12:33
Re: AttachTrailerToVehicl - by Pharrel - 06.10.2011, 12:43
Re: AttachTrailerToVehicl - by Azzeto - 06.10.2011, 12:45
Re: AttachTrailerToVehicl - by Pharrel - 06.10.2011, 12:46

Forum Jump:


Users browsing this thread: 1 Guest(s)