gallexme / LuaPlugin-GTAV

20 stars 13 forks source link

GRAPHICS.GET_IS_WIDESCREEN() [SOLVED!] #5

Closed 80T closed 8 years ago

80T commented 9 years ago

It seems like since LUA v10 update and onwards, "GRAPHICS.GET_IS_WIDESCREEN()" native won't return the expected value any more. I've tried downgrading back to LUA v9 and the native it's correctly returning "true"/"false" as it should. Back to LUA v10/v10.1 and the native always returns "true" no matter what.

Note: I've only tried the SDK versions, so I can't tell for now if the problem persists with the standard revisions as well.

gallexme commented 9 years ago

nativedb says its ANY which is always returned as number change it there to bool

80T commented 9 years ago

Sorry... my bad. I've got confused because for whatever reason LUA v9 was apparently returning a bool... ? It's working now, returning "any" 0/1.

Do you mean I should edit the DB page and change "any" to "Bool"... ?

gallexme commented 9 years ago

yep and then wait 10-20 min and take the new .asi

80T commented 9 years ago

Ok, thx. I did that, but reverted back way too quickly. I was afraid to let the changes there. I wasn't sure I should screw around with that DB. I guess I'll give it another try again later :)

EDIT: Ok, I've waited longer this time and it worked :dart: Thx!