SA-MP Forums Archive
[Include] pVehicles [Add Private Vehicles] - 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: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] pVehicles [Add Private Vehicles] (/showthread.php?tid=252266)



pVehicles [Add Private Vehicles] - aircombat - 30.04.2011

Info :
Lines : 26
================================================== ========================================
Funtions :
pawn Code:
PrivateVehicle(playerid,vehicleid,"Owner");
================================================== ========================================
How To Use :
Top Of The Script :
pawn Code:
new Vehicle;
Under OnGameModeInit() :
pawn Code:
Vehicle = AddStaticVehicle(modelid,Float:X,Float:Y,Float:Z,Float:Angle,color1,color2);
Under OnPlayerStateChange :
pawn Code:
PrivateVehicle(playerid,Vehicle,"Owner");
================================================== ========================================
Download :

Pastebin
Solidfiles
================================================== ========================================


Re: pVehicles - BizzyD - 30.04.2011

Nice job Etch


Re: pVehicles [Add Private Vehicles] - LSM_naxo_rap - 30.04.2011

very good job


Re: pVehicles [Add Private Vehicles] - Sasino97 - 30.04.2011

Very useful


Re: pVehicles [Add Private Vehicles] - aircombat - 01.05.2011

Quote:
Originally Posted by [GF]Sasino97
View Post
Very useful
Thanks


Re: pVehicles [Add Private Vehicles] - Michael@Belgium - 01.05.2011

Very good


Re: pVehicles [Add Private Vehicles] - [NoV]LaZ - 01.05.2011

-removed-


Re: pVehicles [Add Private Vehicles] - aircombat - 01.05.2011

Quote:
Originally Posted by Michael@Belgium
View Post
Very good
Thank You , Does Anyone have any suggestions to make it better?


Re: pVehicles [Add Private Vehicles] - =WoR=Varth - 01.05.2011

Nice one.


Re: pVehicles [Add Private Vehicles] - aircombat - 02.05.2011

Quote:
Originally Posted by varthshenon
View Post
Nice one.
Thanks


Re: pVehicles [Add Private Vehicles] - BASITJALIL - 02.05.2011

Hey air nice work


AW: pVehicles [Add Private Vehicles] - [DR]Reaper[GEARS] - 02.05.2011

I have a question as far es i saw the code its a stock and gets called some where so you need to put it into OnPlayerEnterVeghicle and then your PrivateVehicle(playerid,vehicleid,"Owner");?
But anyways nice :'D


Re: pVehicles [Add Private Vehicles] - Naruto_Emilio - 02.05.2011

Awesome Include, I will use it always!!


Re: pVehicles [Add Private Vehicles] - aircombat - 03.05.2011

Quote:
Originally Posted by Naruto_Emilio
Посмотреть сообщение
Awesome Include, I will use it always!!
Thanks , Glad You Liked It