SA-MP Forums Archive
[Tool/Web/Other] [APP] Own Vehicle Generator 2.0 | Fixed link - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] [APP] Own Vehicle Generator 2.0 | Fixed link (/showthread.php?tid=107450)

Pages: 1 2


Re: [APP] Own Vehicle Generator 2.0 | Fixed link - Razvann - 27.01.2010

Nice, I like it & thanks.


Re: [APP] Own Vehicle Generator 2.0 | Fixed link - Blantas - 27.01.2010

Quote:
Originally Posted by toshkaz
and from where to get the amx file or make it ?
Check "Build FS" box and after you click "Generate" a filterscript will be created in the same folder where this program is located. You only need to compile it using pawno or other editor.


Re: [APP] Own Vehicle Generator 2.0 | Fixed link - toshkaz - 30.01.2010

thank you,and what about if i wanna be reserved for more players,what to do?

the respawn time in what type is it ? seconds,minutes-etc.?

and how to make a message if someone who wanna enter and the car is not reserved to him to write you cant enter the car is reserved for ... etc. ?


Re: [APP] Own Vehicle Generator 2.0 | Fixed link - Black Souls - 26.02.2010

why can't I select IP

I tried to make a car, but I need to check on IP, not name. Please help me


Re: [APP] Own Vehicle Generator 2.0 | Fixed link - BlackFoX - 26.02.2010

pawn Код:
/* OnPlayerStateChange */

new ip[20],vid = GetPlayerVehicleID(playerid);
GetPlayerIp(playerid,ip,sizeof ip);
if(vid == YOUR_VEHICLE && strcmp(ip,"Your.Ip.Adress"))
{
RemovePlayerFromVehicle(playerid);
return SendClientMessage(playerid,0xFF0000FF,"It isnt your Vehicle! Get out!");
}



Re: [APP] Own Vehicle Generator 2.0 | Fixed link - Lejo - 26.02.2010

Nice. It's simple, and it should help those in need of learning how to do things such as this. I can't tell you how many times I've seen the newer scripters wanting to know how to do this.



Re: [APP] Own Vehicle Generator 2.0 | Fixed link - »»»Hakam - 26.02.2010

If your using local-host. Use "127.0.0.1" or "localhost" in the IP Address > It will be for all players who's on your network.

~Hakam.


Re: [APP] Own Vehicle Generator 2.0 | Fixed link - avtooo - 21.04.2010

and this cars can Sell ( i mean Dealership )


Re: [APP] Own Vehicle Generator 2.0 | Fixed link - park4bmx - 24.04.2010

VERY VERY NICE THANKS ILL USE IT


Re: [APP] Own Vehicle Generator 2.0 | Fixed link - Floul1 - 24.04.2010

Nice Job


Re: [APP] Own Vehicle Generator 2.0 | Fixed link - herojith - 25.04.2010

It would Be Awesome If You Give A Nice GUI


Re: [APP] Own Vehicle Generator 2.0 | Fixed link - jonnyboy - 24.04.2011

links are dead


Re: [APP] Own Vehicle Generator 2.0 | Fixed link - Blantas - 24.04.2011

Working links:



Re: [APP] Own Vehicle Generator 2.0 | Fixed link - jonnyboy - 24.04.2011

thanks!


Re: [APP] Own Vehicle Generator 2.0 | Fixed link - SamyRomafia - 24.04.2011

Lol Nice


Re: [APP] Own Vehicle Generator 2.0 | Fixed link - Ehab1911 - 25.04.2011

Love it, thank you!


Re: [APP] Own Vehicle Generator 2.0 | Fixed link - Tomax93 - 04.07.2011

Hey i need help....i have make everything nicely, i see car in game but if i try to get in cant, can just to seat as passenger not driver....pls help!


Re: [APP] Own Vehicle Generator 2.0 | Fixed link - Mark_Weston - 05.07.2011

Is it really necessary to add the keys/


Re: [APP] Own Vehicle Generator 2.0 | Fixed link - Davz*|*Criss - 20.08.2011

LOOKS GREAT!!!