Posts: 111
Threads: 8
Joined: May 2017
15.10.2017, 13:29
(
Last edited by iAmir; 16/10/2017 at 05:37 PM.
)
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
Posts: 7
Threads: 0
Joined: Oct 2017
Reputation:
0
Nice work!!
Downloading...
Posts: 12
Threads: 1
Joined: May 2015
Reputation:
0
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
Posts: 259
Threads: 39
Joined: Jun 2017
You made my day lol +Rep
It's me, riding a wheelchair like an OG.
That's really good to look, well done.
Posts: 1,266
Threads: 6
Joined: Oct 2014
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;
Posts: 111
Threads: 8
Joined: May 2017
Quote:
Originally Posted by jlalt
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
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
Posts: 111
Threads: 8
Joined: May 2017
Posts: 1
Threads: 0
Joined: Dec 2013
Reputation:
0
How can i add it to Raven RP hospital system?
Posts: 111
Threads: 8
Joined: May 2017
Quote:
Originally Posted by irani
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
Jummmm....
|
Jesus.. I’ve never thought about that , I’ll try to fix it , any way it sounds cool right xD
Posts: 30
Threads: 2
Joined: Oct 2017
Posts: 111
Threads: 8
Joined: May 2017
Quote:
Originally Posted by TravisHoffman
Dope af
|
xD thanks
Posts: 75
Threads: 12
Joined: Oct 2017
What an idea, amazing
Posts: 111
Threads: 8
Joined: May 2017
Quote:
Originally Posted by iAmir
xD thanks
|
Quote:
Originally Posted by darkhunter332
Thats awesome!
|
Thanks.