pregunta facil - 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: pregunta facil (
/showthread.php?tid=429632)
pregunta facil -
Porta0123 - 10.04.2013
Hola , tengo esto para crear un coche:
pawn Код:
new car;
new Float: x, Float: y, Float: z;
GetPlayerPos(playerid, x, y, z);
car = CreateVehicle(520, x, y, z, 180, 1, 1, 20);
PutPlayerInVehicle(playerid, car, 0);
y lo que pasa es que no se borra cuando pasa el tiempo
Respuesta: pregunta facil -
PHudson - 10.04.2013
Es que no se tiene por quй borrar. Lo que pasa es que respawnearб cuando el conductor se baje por mбs de 20 de segundos. Si quieres borrarlo definitivamente debes usar
DestroyVehicle.
Respuesta: pregunta facil -
Host - 10.04.2013
Y tambien Un timer