God Damn!, connot attach my trailer to the truck!.. please help!
#20

Compare you code to this.
this code works so just fix what you need

Код:
//Towing Stuff
CMD:tow(playerid, params[]) {
	if(IsPlayerConnected(playerid)) {
		if(IsPlayerInAnyVehicle(playerid)) {
	        new m = GetVehicleModel(GetPlayerVehicleID(playerid));
	    	if (m == 525 || m == 552) {
	   	   	    if(GetPlayerState(playerid)==2) {
					new Float:pX,Float:pY,Float:pZ;
					GetPlayerPos(playerid,pX,pY,pZ);
					new Float:vX,Float:vY,Float:vZ;
					new Found=0;
					new vid=0;
					while((vid<MAX_VEHICLES)&&(!Found)) {
	   					vid++;
	   					GetVehiclePos(vid,vX,vY,vZ);
	   					if ((floatabs(pX-vX)<7.0)&&(floatabs(pY-vY)<7.0)&&(floatabs(pZ-vZ)<7.0)&&(vid!=GetPlayerVehicleID(playerid))) {
	   				    	Found=1;
	   				    	if(IsTrailerAttachedToVehicle(GetPlayerVehicleID(playerid))) {
	   				        	DetachTrailerFromVehicle(GetPlayerVehicleID(playerid));
				           	}
				           	else {
	    						AttachTrailerToVehicle(vid,GetPlayerVehicleID(playerid));
							}
	 					}
	     			}
					if(!Found) {
	   					SendClientMessage(playerid, COLOR_RED, "[ Error ]: There is no car in range.");
	   				}
				}
				else {
					SendClientMessage(playerid, COLOR_RED, "[ Error ]: You need to be the driver!");
					return 1;
				}
			}
			else	{
			SendClientMessage(playerid, COLOR_RED, "[ Error ]: You need to be in a vehicle to do this!");
			return 1;
		}
	}
 	}
	return 1;
}
Reply


Messages In This Thread
God Damn!, connot attach my trailer to the truck!.. please help! - by FujiNNN - 08.04.2010, 14:24
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by Hiddos - 08.04.2010, 14:27
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by DeadalusNetwork - 08.04.2010, 14:55
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by Thrarod - 08.04.2010, 15:09
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by Steven82 - 08.04.2010, 15:10
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by FujiNNN - 08.04.2010, 15:12
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by Thrarod - 08.04.2010, 16:12
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by FujiNNN - 08.04.2010, 16:49
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by FujiNNN - 09.04.2010, 05:52
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by Grim_ - 09.04.2010, 05:54
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by FujiNNN - 09.04.2010, 06:13
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by Grim_ - 09.04.2010, 06:16
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by FujiNNN - 09.04.2010, 06:19
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by biltong - 09.04.2010, 08:23
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by FujiNNN - 09.04.2010, 08:47
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by FujiNNN - 10.04.2010, 15:43
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by FujiNNN - 12.04.2010, 14:47
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by 0ne - 12.04.2010, 16:14
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by =WoR=Varth - 29.06.2011, 01:31
Re: God Damn!, connot attach my trailer to the truck!.. please help! - by Resort - 29.06.2011, 02:15

Forum Jump:


Users browsing this thread: 4 Guest(s)