alloc8or / gta5-nativedb-data

A database of all GTAV script commands ("natives"). Strictly for educational purposes! https://alloc8or.re/gta5/nativedb/
184 stars 98 forks source link

update some native parameter #209

Closed PliskinDev closed 1 year ago

PliskinDev commented 1 year ago

SET_BLIP_SHORT_HEIGHT_THRESHOLD(Blip blip, BOOL toggle) //toggle is always 1 SET_BLIP_USE_HEIGHT_INDICATOR_ON_EDGE(Blip blip, BOOL toggle) SET_WIDESCREEN_FORMAT(int wideFormatId) // wideFormatId 0,1,3,5 PAUSE_TOGGLE_FULLSCREEN_MAP(BOOL toggle)

alloc8or commented 1 year ago

Please submit a PR if you want to make param/comment changes, thanks.