11-23-2013, 03:55 AM
My request:
1.(at the moment there is only the ID)
2.(you pass the ID and get back the name. so you would be language independent)
3.(to zoom out)
Thanks
MAHA
1.(at the moment there is only the ID)
PHP Code:
local mapid = Player.localmapid
d(mapid.id) -- current mapid
d(mapid.name) -- current mapname
or
local mapname = Player.localmapname
2.(you pass the ID and get back the name. so you would be language independent)

PHP Code:
local Iname = ItemName(ID)
3.(to zoom out)
PHP Code:
GameHacks:MaxZoomOut(boolean)
Thanks
MAHA