13.07.2012, 05:35
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 :/
Thats what i did here.
Код:
forward IsTrailer(playerid); public IsTrailer(playerid) { if(IsTrailerAttachedToVehicle(403)) { SendClientMessage(playerid, COLOR_WHITE, "Trailer Attached"); } //Check if trailer is attached return 1; }