AttachTrailerToVehicle
#3

solved it with this:

PHP код:
SetTimerEx("AttachTrailer"10000"i"playerid); 
PHP код:
function AttachTrailer(playerid)
 {
     new 
Float:pXFloat:pYFloat:pZ;
    
GetPlayerPos(playerid,pX,pY,pZ);
    new 
Float:vXFloat:vYFloat:vZ;
    
GetVehiclePos(TrailerID[playerid],vX,vY,vZ);
    if((
floatabs(pX-vX)<100.0)&&(floatabs(pY-vY)<100.0)&&(floatabs(pZ-vZ)<100.0)&&(TrailerID[playerid]!=GetPlayerVehicleID(playerid)))  AttachTrailerToVehicle(TrailerID[playerid],GetPlayerVehicleID(playerid));
    return 
1;

Reply


Messages In This Thread
AttachTrailerToVehicle - by PepsiCola23 - 08.02.2018, 16:52
Re: AttachTrailerToVehicle - by Mugala - 08.02.2018, 17:58
Re: AttachTrailerToVehicle - by PepsiCola23 - 08.02.2018, 20:30

Forum Jump:


Users browsing this thread: 1 Guest(s)