always checking vehicle?
#6

hmm It didnt seem to work, I did it all correct I asume. Nothing seems to happen, I made a message come up when the trailer is attached but it didnt come up. So im not sure if the timer is activating or if its just not reading when the trailer is attached :/
Код:
forward IsTrailer(playerid);
public IsTrailer(playerid)
{
	if(IsTrailerAttachedToVehicle(403))
	{
		SendClientMessage(playerid, COLOR_WHITE, "Trailer Attached");
	}
	//Check if trailer is attached
	return 1;
}
Thats what i did here.
Reply


Messages In This Thread
always checking vehicle? - by oblexive - 13.07.2012, 04:03
Re: always checking vehicle? - by Yuryfury - 13.07.2012, 04:08
Re: always checking vehicle? - by [MM]RoXoR[FS] - 13.07.2012, 04:30
Re: always checking vehicle? - by oblexive - 13.07.2012, 04:39
Re: always checking vehicle? - by [MM]RoXoR[FS] - 13.07.2012, 05:08
Re: always checking vehicle? - by oblexive - 13.07.2012, 05:35
Re: always checking vehicle? - by PrawkC - 13.07.2012, 05:48
Re: always checking vehicle? - by oblexive - 13.07.2012, 05:53
Re: always checking vehicle? - by oblexive - 13.07.2012, 05:58

Forum Jump:


Users browsing this thread: 1 Guest(s)