SA-MP Forums Archive
[FilterScript] Real Riding WheelChair - 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] Real Riding WheelChair (/showthread.php?tid=643212)

Pages: 1 2


Real Riding WheelChair - iAmir - 15.10.2017

Real Riding Wheelchair

by iAmir



Infos:

Why didn't we have some scripts like this ?
I searched the internet the only thing I found was a vehicle linked to interior to be invisible
and an object which was attached to vehicle so you could ride your wheelchair like a vehicle but you were invisible
but I decided to make this small FS so it just took about 10 or 15 minutes
it's useful for RP servers and for minigames like race ! xD

Video:

Click On Me

Screenshot:



Download:

Pastebin.com



Re: Real Riding WheelChair - TopShooter2 - 15.10.2017

Lmao good job.


Re: Real Riding WheelChair - elianalba - 15.10.2017

Nice work!!

Downloading...


Re: Real Riding WheelChair - Ben666 - 16.10.2017

not the best idea. try to attach the object ot an rc vehicle, set the vehicle interior to 1 to make it invisible, place an npc (with the same skin as yours) to the rc vehicle with the siting animation, and voala


Re: Real Riding WheelChair - DonaldDuck - 16.10.2017

You made my day lol +Rep


Re: Real Riding WheelChair - BlackbirdXd - 16.10.2017

Nice...


Re: Real Riding WheelChair - justice96 - 16.10.2017

It's me, riding a wheelchair like an OG.

That's really good to look, well done.


Re: Real Riding WheelChair - OmerKhan - 16.10.2017

Ok Good


Re: Real Riding WheelChair - jlalt - 16.10.2017

Are you serious? using global variable for checking if player used /sit or /off lol?

PHP Code:
new WheelchairShit=0
has to be per player

PHP Code:
new WheelchairShit[MAX_PLAYERS] = {0, ...}; 
and later will need to assign the value with index.

ex

PHP Code:
WheelchairShit 1
becomes

PHP Code:
WheelchairShit[playerid] = 1



Re: Real Riding WheelChair - iAmir - 16.10.2017

Quote:
Originally Posted by jlalt
View Post
Are you serious? using global variable for checking if player used /sit or /off lol?

PHP Code:
new WheelchairShit=0
has to be per player

PHP Code:
new WheelchairShit[MAX_PLAYERS] = {0, ...}; 
and later will need to assign the value with index.

ex

PHP Code:
WheelchairShit 1
becomes

PHP Code:
WheelchairShit[playerid] = 1
It wasn’t for direct use , it was just a simple showing to code to show how it works
I only made that for tests , btw , fixed that in main post and used per player variable



Quote:
Originally Posted by Ben666
View Post
not the best idea. try to attach the object ot an rc vehicle, set the vehicle interior to 1 to make it invisible, place an npc (with the same skin as yours) to the rc vehicle with the siting animation, and voala
Do you even know about usage of memory? Do you know how much server will be fucked by using NPC for each players and set their position every single moves , why should I do that when I can use specific player for that and without using any vehicles instead of wasting tons of memories and make my server fucked in lags


Re: Real Riding WheelChair - Mr.Vince™ - 16.10.2017

Amazing..
+rep


Re: Real Riding WheelChair - iAmir - 17.10.2017

Thanks. <3


Re: Real Riding WheelChair - irani - 21.10.2017

How can i add it to Raven RP hospital system?


Re: Real Riding WheelChair - elianalba - 21.10.2017

Jummmm....




Re: Real Riding WheelChair - iAmir - 22.10.2017

Quote:
Originally Posted by irani
View Post
How can i add it to Raven RP hospital system?
Dude ! I donno it depends on each system you use!

Quote:
Originally Posted by elianalba
View Post
Jummmm....

Jesus.. I’ve never thought about that , I’ll try to fix it , any way it sounds cool right xD


Re: Real Riding WheelChair - TravisHoffman - 22.10.2017

Dope af


Re: Real Riding WheelChair - iAmir - 22.10.2017

Quote:
Originally Posted by TravisHoffman
View Post
Dope af
xD thanks


Re: Real Riding WheelChair - darkhunter332 - 22.10.2017

Thats awesome!


Re: Real Riding WheelChair - GamezCEO - 23.10.2017

What an idea, amazing


Re: Real Riding WheelChair - iAmir - 23.10.2017

Quote:
Originally Posted by iAmir
View Post
xD thanks
Quote:
Originally Posted by darkhunter332
View Post
Thats awesome!
Thanks.