01.12.2011, 04:33
PHP код:
new Float:x, Float:y, Float:z;
SendClientMessage(playerid,COLOR_CARROT,"[HQ] Alright, you have the load, now drop it off at Idlewood Gas.");
GetPlayerPos(playerid,x,y,z);
trailer = CreateVehicle(584,x,y-10,z,91.2363,-1,-1,1);
AttachTrailerToVehicle(trailer,GetPlayerVehicleID(playerid));
truckcp[playerid] = 2;
SetPlayerCheckpoint(playerid,1921.7677,-1793.5906,13.0875,5.0);