User:Ccw: Difference between revisions
Jump to navigation
Jump to search
(New crash information) |
(Unhandled exception at 0x006096ac) |
||
Line 4: | Line 4: | ||
== == | == == | ||
=Unresolved crashes - 26 July 2008= | =Unresolved crashes - 26 July 2008= | ||
== | ==Unhandled exception== | ||
=== | ===Unhandled exception at 0x006096ac in gta_sa.exe: 0xC0000005: Access violation reading location 0xf5f7fd51=== | ||
Called from CPlayerPedSA::SetMoveAnim( 0xf8 ) | |||
Happened to me on two different servers, both shortly after connection, at around the time I would expect my player to 'spawn'. | |||
<br> | |||
== == | == == | ||
=Proposed Lua additions - 20 June 2008= | =Proposed Lua additions - 20 June 2008= |
Revision as of 05:57, 7 August 2009
Unresolved crashes - 26 July 2008
Unhandled exception
Unhandled exception at 0x006096ac in gta_sa.exe: 0xC0000005: Access violation reading location 0xf5f7fd51
Called from CPlayerPedSA::SetMoveAnim( 0xf8 )
Happened to me on two different servers, both shortly after connection, at around the time I would expect my player to 'spawn'.
Proposed Lua additions - 20 June 2008
Client and server function
setElementFrozen ( element, bool )
To work with vehicles, peds and dynamic objects like barrels and what not.
Server event
onSettingChange ( name, oldValue, newValue )
So the resource can take action if one of its settings get changed. Could even cancel the change I suppose.