[Ajuda] Seta de Velocidade - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Seta de Velocidade (
/showthread.php?tid=194158)
[Ajuda] Seta de Velocidade -
seykan - 28.11.2010
Queria fazer uma seta de velocidade,
tipo um pickup quando passa com 1 veiculo (qualquer um) a seta almenta 10 vezes a velocidade do veiculo, algo assim
poderiam me ajudar?
vlw!
Re: [Ajuda] Seta de Velocidade -
blackwave - 28.11.2010
Код:
new id; id = GetPlayerVehicleID(playerid);
if(IsPlayerInRangeOfPoint(playerid, distancia, x, y, z)) return SetVehicleVelocity(id, x, y, z);
essa do velocity nao entendo muito. Mas tem aq:
https://sampwiki.blast.hk/wiki/SetVehicleVelocity
Re: [Ajuda] Seta de Velocidade -
ipsBruno - 28.11.2010
O Dark criou um SetVelocidade(velokm)
Espera ele postar ou pede por privado!
Re: [Ajuda] Seta de Velocidade -
faeldk - 28.11.2010
Quote:
Originally Posted by blackwave
|
Eu tambem nгo sabia, Mas dei uma estudada e aprendi '-'.