Help. Cant Tow Cars - 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: Help. Cant Tow Cars (
/showthread.php?tid=139648)
Help. Cant Tow Cars -
chrisB463 - 05.04.2010
Hey,
Basically, I have started using GTA:RP for my server and I noticed that the tow truck in the LSPD Garage cant tow cars. I was just wondering if anyone could help me set it so that when you press CTRL it tows a car by its Hook.
Heres a link to my edited script:
http://www.megaupload.com/?d=W2ZGM7H5
Thanks, Hope you can help
Re: Help. Cant Tow Cars -
Steven82 - 05.04.2010
There is a FS of it, but i think you hsould learn the search button.
Код:
if(strcmp("/search",cmdtext,true, 10) == 0)
if(IsPlayerIsSmart);
{
SendClientMessage(smart_color,"[Search Message]: Glad you learned how to use the search button.
}
else
{
SendClineMessage(playerid,noob_color,"[Search Message]: I think you are a noob,and your PC will crash in t-5 seconds.
}
Re: Help. Cant Tow Cars -
chrisB463 - 05.04.2010
Look, I used the search button and found nothing so if your not gonna be helpful then dont bother...
Re: Help. Cant Tow Cars -
Steven82 - 05.04.2010
Ok...lol i will help, just felt like being an ass
sorry but ok here
http://forum.sa-mp.com/index.php?topic=28865.0
Re: Help. Cant Tow Cars -
Jay. - 06.04.2010
==>
Код:
AttachTrailerToVehicle(5, 1);
i think thats only for trucks but maybe it will work put it under OnGamodeInt and complie ur Gamode
Re: Help. Cant Tow Cars -
chrisB463 - 06.04.2010
Quote:
Originally Posted by Steven82
|
Thank mate, I'll give it a try
Re: Help. Cant Tow Cars -
biltong - 06.04.2010
Quote:
Originally Posted by ("GгNSTг")
==>
Код:
AttachTrailerToVehicle(5, 1);
i think thats only for trucks but maybe it will work put it under OnGamodeInt and complie ur Gamode
|
How would that help?