[Pedido] Sistema de Nгo entrar em carro em movimento - 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: [Pedido] Sistema de Nгo entrar em carro em movimento (
/showthread.php?tid=498745)
Sistema de Nгo entrar em carro em movimento -
WendeLKILL - 04.03.2014
Bom o Titulo ja diz Tudo gostaria de um sistema que o player nao consegui-se entrar no veiculo caso ele estivesse em Movimento
quem poder ajudar agradeзo.
Re: Sistema de Nгo entrar em carro em movimento -
DannielCooper - 05.03.2014
pawn Код:
new Float:Velocidade;
GetPlayerVelocity(playerid, Velocidade, sizeof(Velocidade));
If(Velocidade > 0) return RemovePlayerFromVehicle(playerid);
Isso na callback onplayerentervehicle. O code pode apresentar erros pq to pelo cel.
Re: Sistema de Nгo entrar em carro em movimento -
Schocc - 05.03.2014
REMOVED
Re: Sistema de Nгo entrar em carro em movimento -
Gii - 05.03.2014
Quote:
Originally Posted by DannielCooper
pawn Код:
new Float:Velocidade;
GetPlayerVelocity(playerid, Velocidade, sizeof(Velocidade));
If(Velocidade > 0) return RemovePlayerFromVehicle(playerid);
Isso na callback onplayerentervehicle. O code pode apresentar erros pq to pelo cel.
|
https://sampwiki.blast.hk/wiki/GetPlayerVelocity