[Ayuda] Vehнculo en movimiento. - 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: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: [Ayuda] Vehнculo en movimiento. (
/showthread.php?tid=559223)
[Ayuda] Vehнculo en movimiento. -Resuelto- -
Kageyama - 21.01.2015
Hola, como le puedo agregar a mi comando /motor que no se pueda usar el comando si el vehнculo estб en movmiento?
CMD:motor(playerid, params[])
{
if(!IsPlayerInAnyVehicle(playerid))return SendClientMessage(playerid,-1,"No estas en un vehнculo.");
if(GetPlayerVehicleSeat(playerid)==0)
{
EncenderMotor(playerid);
}
else SendClientMessage(playerid,-1,"No eres el conductor del vehнculo.");
return 1;
}
Respuesta: [Ayuda] Vehнculo en movimiento. -
jotajeda - 21.01.2015
condicionalo con
https://sampwiki.blast.hk/wiki/GetVehicleVelocity == 0) return 1;
Respuesta: [Ayuda] Vehнculo en movimiento. -
Kageyama - 21.01.2015
Quote:
Originally Posted by jotajeda
|
GRACIAS!!!!
Respuesta: [Ayuda] Vehнculo en movimiento. -
jotajeda - 21.01.2015
Quote:
Originally Posted by Kageyama
GRACIAS!!!!
|
Perdon era al revez,
if(
https://sampwiki.blast.hk/wiki/GetVehicleVelocity != 0) return 1;