[Include] RoavOwn - Simple Personal Vehicle Creator - 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] RoavOwn - Simple Personal Vehicle Creator (
/showthread.php?tid=291790)
Re: RoavOwn - Simple Personal Vehicle Creator -
aRoach - 26.11.2011
WTF, I'm an idiot...
pawn Код:
SetvOwner( vID, uName[ ] )
{
format( v_DATE[ vID ][ v_Owner ], MAX_PLAYER_NAME, "%s", uName );
return ( 1 );
}
Re: RoavOwn - Simple Personal Vehicle Creator -
bloodrocklee - 24.02.2012
I cant understand how to use it :S
Re: RoavOwn - Simple Personal Vehicle Creator -
aRoach - 24.02.2012
Put:
pawn Код:
vOWN:vID( "NAME", Float:X, Float:Y, Float:Z );
// vID = Vehicle ID, for example 411( Infernus )
// NAME = The name of the player
// X, Y, Z = Coordinates
At
OnGameModeInit