SA-MP Forums Archive
question repair - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: question repair (/showthread.php?tid=115597)



question repair - rs2fun111 - 24.12.2009

question about how to repair car for free with command ?


Re: question repair - Correlli - 24.12.2009

https://sampwiki.blast.hk/wiki/RepairVehicle


Re: question repair - rs2fun111 - 25.12.2009

but is there a way to tune free?


Re: question repair - [HiC]TheKiller - 25.12.2009

pawn Код:
if (strcmp("/fix", cmdtext) == 0)
{
  RepairVehicle(GetPlayerVehicleID(playerid));
  return 1;
}



Re: question repair - Correlli - 25.12.2009

Quote:
Originally Posted by rs2fun111
but is there a way to tune free?
https://sampwiki.blast.hk/wiki/AddVehicleComponent


Re: question repair - rs2fun111 - 25.12.2009

thx


Re: question repair - rs2fun111 - 25.12.2009

how i can make like: if i press shift then its repairs automatycally?
how to bind these buttons?


Re: question repair - dice7 - 25.12.2009

[url=https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange]https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange[/url
https://sampwiki.blast.hk/wiki/GetPlayerKeys#Key_List