22.09.2012, 14:31
Ai to tendo uns problemas , eu estou tentando fazer algo que quanto mais longe do local mais grana o jogador recebe , mais nгo ta dando muito certo :/
pawn Код:
new Float:Distance = GetPlayerDistanceFromPoint(playerid, Coordx,Coordy,Coordz);// Nгo ponhei as coords porque acho que nгo tem precisгo :]
new Recebera = floatround(Distance,floatround_ceil) * 2; // o "Vezes 2 estб correto ?"
GivePlayerMoney(playerid,Distance);