[FilterScript] SA:MP Jackass Cart - Script by Jingles
#1


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(playeridparams[])
{
    new 
Float:Pos[3]; GetPlayerPos(playeridPos[0], Pos[1], Pos[2]); // X, Y and Z coordinates.
    
new cart CreateVehicle(411Pos[0], Pos[1], Pos[2], 0, -100); // 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.1210035.422121.80573,   0.000000.000000.00000);
    
    
AttachObjectToVehicle(mCart[0], cart000,   0.000000.000000.00000);
    
    
LinkVehicleToInterior(cartGetPlayerInterior(playerid) + 1); // The person in this interior will get derped but what the hell.
    
PutPlayerInVehicle(playeridcart0);
    return 
1;

Reply
#2

Nice Man'
Reply
#3

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
Reply
#4

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.
Reply
#5

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
Reply
#6

I'm gonna use it
Reply
#7

Nice man
Reply
#8

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)