vehicle freezes when created - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: vehicle freezes when created (
/showthread.php?tid=426598)
vehicle freezes when created -
Emerson.PWN - 29.03.2013
Hello,
I'm creating a new gamemode from new.pwn without making any modifications, just add the filterscript test_cmds that comes with the samp-server and turn on my server.
When I create a vehicle with the command /vc the filterscript test_cmds it creates normally, but when I enter the vehicle he simply does not move at all, I try to press the T button to open the chat, but it does not work, the game literally leaves function.
I already tried removing the GTA and recreate the gamemode several times but to no avail, I always got the same result.
When I use another gamemode I create a new vehicle and he walks normally.
Whenever I open this client appears crash:
Код:
SA-MP 0.3x-R1-2
Exception At Address: 0x00746929
Base: 0x02350000
Registers:
EAX: 0x00000000 EBX: 0x00000000 ECX: 0x7C91005D EDX: 0x00000000
ESI: 0x00000000 EDI: 0x7C80B741 EBP: 0x0022FFC0 ESP: 0x0022FE10
EFLAGS: 0x00010246
Stack:
+0000: 0x00748732 0x7FFD9000 0x01250000 0x00000000
+0010: 0x00828CB3 0x00856C80 0x008A5A08 0x7C910435
+0020: 0x7C91043E 0x7C80B741 0x00020000 0x7FFD9000
+0030: 0x0022FE7C 0x00825EA4 0x7FFD9000 0x7C901000
+0040: 0x0022FE34 0x00823B3E 0x0022FE94 0x7C90E920
+0050: 0x7C910460 0x7C980620 0x7C8021B9 0x7C802015
+0060: 0x7C80B741 0x00000000 0x7FFD9000 0x0022FFB0
+0070: 0x00825EA4 0x00887E20 0xFFFFFFFF 0x0022FE70
+0080: 0x00835342 0x00000065 0x0022FFC0 0x008246F1
+0090: 0x00400000 0x00000000 0x015823F5 0x0000000A
+00A0: 0x00000094 0x00000005 0x00000001 0x00000A28
+00B0: 0x00000002 0x76726553 0x20656369 0x6B636150
+00C0: 0x00003320 0x00000000 0x00000000 0x00000000
+00D0: 0x00000000 0x00000000 0x00000000 0x00000000
+00E0: 0x00000000 0x00000000 0xFFFFFFFF 0x00000246
+00F0: 0x804DB856 0xB213FC24 0x891E8570 0xFFDFF120
+0100: 0x891E870C 0x804DC10D 0x891E85E0 0x891E8570
+0110: 0x804DC143 0x891E86DC 0x891E8570 0x891E85A4
+0120: 0x00000000 0x80578CB2 0x8962A020 0x891E8570
+0130: 0x00824588 0x00000001 0x00000000 0x7FFD9000
+0140: 0xC0000005 0x00000000 0x015823F5 0x00000044
+0150: 0x01584488 0x01584498 0x015844B0 0x00000000
+0160: 0x00000000 0x00000000 0x00000000 0x00000000
+0170: 0x00000000 0x00000000 0x00000000 0x00000000
+0180: 0x00000000 0xFFFFFFFF 0xFFFFFFFF 0xFFFFFFFF
+0190: 0x00000000 0x00000000 0x0022FEB0 0x0022FA34
+01A0: 0x0022FFE0 0x00825EA4 0x00888078 0x00000000
+01B0: 0x0022FFF0 0x7C81776F 0x00000001 0x00000000
+01C0: 0x7FFD9000 0x8054B7B8 0x0022FFC8 0x891E8570
+01D0: 0xFFFFFFFF 0x7C839A90 0x7C817778 0x00000000
+01E0: 0x00000000 0x00000000 0x00824570 0x00000000
+01F0: 0x78746341 0x00000020 0x00000001 0x000024B4
+0200: 0x000000C4 0x00000000 0x00000020 0x00000000
+0210: 0x00000014 0x00000001 0x00000006 0x00000034
+0220: 0x00000114 0x00000001 0x00000000 0x00000000
+0230: 0x00000000 0x00000000 0x00000000 0x00000002
+0240: 0x00000000 0x00000000 0x00000000 0x00000214
+0250: 0x0000019C 0x00000000 0x2D59495B 0x000003B0
+0260: 0x00000032 0x000003E4 0x000002D8 0x00000000
+0270: 0x830202E4 0x000006BC 0x00000046 0x00000704
SCM Op: 0x0, lDbg: 0 LastRendObj: 0
Game Version: US 1.0
In other servers works perfectly when I create a vehicle.
Sorry for bad English and I used ****** translator
Re: vehicle freezes when created -
SuperViper - 29.03.2013
You need to remove
ManualVehicleEngineAndLights() from your gamemode or turn the engine on.
Re: vehicle freezes when created -
Emerson.PWN - 29.03.2013
There is nothing in gamemode.
http://pastebin.com/5Aa1nPk5
Re: vehicle freezes when created -
Emerson.PWN - 30.03.2013
Can someone help?
Re: vehicle freezes when created -
Emerson.PWN - 30.03.2013
Quote:
Originally Posted by Emerson.PWN
Can someone help?
|
.....
Re: vehicle freezes when created -
Emerson.PWN - 31.03.2013
Quote:
Originally Posted by Emerson.PWN
.....
|
......
Re: vehicle freezes when created -
Emerson.PWN - 01.04.2013
Can someone help?
Re: vehicle freezes when created -
Emerson.PWN - 04.04.2013
Can someone help?
Re: vehicle freezes when created -
Rohan_Ubhare - 04.04.2013
Okay man I'll help add me on Skype- incrediblyhulk or pm me