Azt az inc-be lehet de lehet tudok segíteni
Dupla hozzászólás automatikusan összefûzve. ( 2013. július 18. - 14:29:12 )
Azt hiszem ez az
// Also add score-points to the score of the player based on the distance between the loading and unloading points
if (Distance > 3000.0)
RewardPlayer(playerid, 0, 2); // Distance is larger than 3000 units, so add 2 points
else
RewardPlayer(playerid, 0, 1); // Distance is less than 3000 units, so add 1 point