Random missions wont work
#4

change
pawn Код:
SetPlayerCheckpoint(playerid, TruckDirt[rand][0], TruckDirt[rand][1], TruckDirt[rand][2], 10);
to the enum variables instead:
pawn Код:
SetPlayerCheckpoint(playerid, TruckDirt[rand][one], TruckDirt[rand][two], TruckDirt[rand][three], 10);
Remember that you shouldn't use "one" "two" "three" as that was only the ones I used in my example. You must use the variables you used for the three first floats.
Reply


Messages In This Thread
Random missions wont work - by [LV]Oskars - 24.09.2010, 12:58
Re: Random missions wont work - by LarzI - 24.09.2010, 13:03
Re: Random missions wont work - by [LV]Oskars - 24.09.2010, 13:31
Re: Random missions wont work - by LarzI - 24.09.2010, 13:38
Re: Random missions wont work - by [LV]Oskars - 24.09.2010, 19:47
Re: Random missions wont work - by [LV]Oskars - 25.09.2010, 14:14
Re: Random missions wont work - by Armed2 - 27.09.2010, 13:01
Re: Random missions wont work - by [LV]Oskars - 27.09.2010, 13:06
Re: Random missions wont work - by Armed2 - 29.09.2010, 09:19
Re: Random missions wont work - by Armed2 - 02.10.2010, 13:32

Forum Jump:


Users browsing this thread: 7 Guest(s)