24.09.2010, 13:38
change
to the enum variables instead:
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.
pawn Код:
SetPlayerCheckpoint(playerid, TruckDirt[rand][0], TruckDirt[rand][1], TruckDirt[rand][2], 10);
pawn Код:
SetPlayerCheckpoint(playerid, TruckDirt[rand][one], TruckDirt[rand][two], TruckDirt[rand][three], 10);