[FilterScript] SA:MP Jackass Cart - Script by Jingles - 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)
+--- Thread: [FilterScript] SA:MP Jackass Cart - Script by Jingles (
/showthread.php?tid=503928)
SA:MP Jackass Cart - Script by Jingles -
Jingles - 01.04.2014
SA:MP Jackass Script
by Jingles although it is derp-easy
Hi there earthlings,
In my frustration and headaches of scripting bigger things, I decided to jack ** some and take a little step aside and do something for the swingers.
Here's a JackArse script for those who love AssJacks.
Cheero's,
Jingles
Here's the script:
Such lovely colors:
PHP код:
/* Jack Ass script by Jingles
Note: Incognito's Streamer has not been used since it doesn't support the attaching of objects to vehicles (I believe...).
*/
#include <a_samp>
#include <ZCMD>
CMD:jackass(playerid, params[])
{
new Float:Pos[3]; GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]); // X, Y and Z coordinates.
new cart = CreateVehicle(411, Pos[0], Pos[1], Pos[2], 0, -1, 0, 0); // This creates an infernus. Nice and fast.
new mCart[1]; // Arrayed in case you want to add camera's / other fancy things.
mCart[0] = CreateObject(1572, -27.12100, 35.42212, 1.80573, 0.00000, 0.00000, 0.00000);
AttachObjectToVehicle(mCart[0], cart, 0, 0, 0, 0.00000, 0.00000, 0.00000);
LinkVehicleToInterior(cart, GetPlayerInterior(playerid) + 1); // The person in this interior will get derped but what the hell.
PutPlayerInVehicle(playerid, cart, 0);
return 1;
}
Re : SA:MP Jackass Cart - Script by Jingles -
Abdeldu06 - 01.04.2014
Nice Man'
Re: SA:MP Jackass Cart - Script by Jingles -
iThePunisher - 01.04.2014
nice work, not about this car cuz i think it is easy but about the other thing you started in the video 0_o
you using isobjectmoving about that??
p.s why -4 rep man?
here +1 by me
keep it up
Re: SA:MP Jackass Cart - Script by Jingles -
Pottus - 01.04.2014
This could be done in less than a minute
Note: Incognito's Streamer has not been used since it doesn't support the attaching of objects to vehicles (I believe...).
100 percent false.
Re: SA:MP Jackass Cart - Script by Jingles -
Jingles - 03.04.2014
Quote:
Originally Posted by [uL]Pottus
This could be done in less than a minute
Note: Incognito's Streamer has not been used since it doesn't support the attaching of objects to vehicles (I believe...).
100 percent false.
|
Thanks for the help
Re: SA:MP Jackass Cart - Script by Jingles -
nGen.SoNNy - 03.04.2014
I'm gonna use it
Re: SA:MP Jackass Cart - Script by Jingles -
Warmonger1984 - 04.04.2014
Nice man
Re: SA:MP Jackass Cart - Script by Jingles -
Jingles - 06.04.2014
Thanks