[FilterScript] Driveable Wheelchair
#1

Hi guys i was getting bored so i made a little filterscript so that you can ride this rustly old wheelchair which is located at a lake.

http://www.youtube.com/watch?v=tWbH9...ature=youtu.be

Code:
#include <a_samp>
#include <zcmd>

new obj,Wheelchaircar;
public OnFilterScriptInit()
{
        obj = CreateObject(1369, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);//Wheelchair
        Wheelchaircar = 594;
        return 1;
}
CMD:wheelchair(playerid,params[])
{
    new Float:x, Float:y, Float:z, Float:a;
    GetPlayerPos(playerid, x, y, z);
    GetPlayerFacingAngle(playerid, a);
    Wheelchaircar = CreateVehicle(594, x +2, y, z+2, a, -1, -1, 60);
    AttachObjectToVehicle(obj, Wheelchaircar, 0.0, 0.0, 0.4, 0.0, 0.0, -180.0);
    LinkVehicleToInterior(Wheelchaircar, 6);
    PutPlayerInVehicle(playerid, Wheelchaircar, 0);
    return 1;
}
Im not gonna upload this as .pwn,.amx out of the reason that its really simple.

Dont get mad on this please its just an idea i had.
I dont want credits for that so if you make it better you can say that it would be yours.
Have fun
Reply
#2

Not bad... Rep+
Reply
#3

Good Work. Really Nice haha Repped+
Reply
#4

Simples! nice
Reply
#5

Good thought.. Good job
Reply
#6

I would like to see a video
Reply
#7

Quote:
Originally Posted by Dex007HLH
View Post
I would like to see a video
tthhiisss
Reply
#8

Yes, are there at least screenshots for this?

I'd like to see it in action. Good idea by the way.
Reply
#9

Updated
Here you go:
http://www.youtube.com/watch?v=tWbH9...ature=youtu.be
Reply
#10

Nice FS !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)