06.10.2011, 12:24
I know, but theres six vehicles the player is able to do the minimission with, how would it be? EX:
I want him to get a trailer attached with that.
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;
}