Posts: 289
Threads: 18
Joined: Jul 2010
Reputation:
0
Hi!
I have this strange and annoying bug in GM (Raven's - my edit) that i don't know how to fix. When a player is driving vehicle fast and press his defined exit vehicle key he just spawns on the place where he pressed the key. There is no animation like in single player or other GM's. This happens also when player is driving nrg-500, pcj600, bmx etc and hit the building or any other barrier. If anyone knows how to fix it please help.
Posts: 781
Threads: 12
Joined: May 2011
Reputation:
0
This should be posted in the Raven's Roleplay thread.
Posts: 1,781
Threads: 13
Joined: Sep 2009
Reputation:
0
it seems to be a bad scripted anti-fall-off-bike feature. check your OnPlayerStateChange() callback, and look out for any SetPlayerPos(playerid ,its obvious that the setplayerpos gets called when you change your player_state at high speeds - to detect that, there shold be some sort of speed-calculation. most prolly using the GetVehicleVelocity() function...
as soon you spotted the line which sets the playerid's position, simply //comment it out, and maybe add a GameTextForPlayer(playerid,"plop",5,1000);
Posts: 289
Threads: 18
Joined: Jul 2010
Reputation:
0
i can't find anything like that in GM...can somebody please download Raven's GM and see what is the problem..thanks in advance
Posts: 781
Threads: 12
Joined: May 2011
Reputation:
0
Stop Bumping your posts. Raven's Roleplay is one of the most buggiest gamemodes you will find. Unless you know some serious Pawn, you will fail in development of your server (+ it's extremley outdated). Think of this as 'constructive criticism'. Go in the Raven's Roleplay thread, and post your question there.
Posts: 1,059
Threads: 86
Joined: Sep 2010
Reputation:
0
Stop using pre-made gamemodes. All your problems will be solved.
Posts: 289
Threads: 18
Joined: Jul 2010
Reputation:
0
I know Raven's Roleplay is buggiest GM but I want to edit it to fix those bugs...but the bug I want u guys to help me I can't fix so I need yours help
Posts: 781
Threads: 12
Joined: May 2011
Reputation:
0
I've already gave you my response. If you use Raven's you will fail. Those 'bugs' in which you think you could fix, why haven't Cuervo, the editer, fixed them? To say the least, why haven't anyone fixed em'. It's not hard, it's simply outdated, requires patience and time for something extremley slow.
Posts: 289
Threads: 18
Joined: Jul 2010
Reputation:
0
Raven's RP is very good...i optimized the script alot and i'm curently fixing bugs...i dont want Vortex or any other gm...i want ravens gm...so please help me with this
Posts: 289
Threads: 18
Joined: Jul 2010
Reputation:
0
No need for help anymore with this! I fixed it on my own :P