MrSol0
MrSol0
> Current user agent works for me. Please provide more information about this issue. Youtube has restored their old system, the resume is now back again, however i still think...
> https://www.youtube.com/tv#/watch?mode=transport&v=jofNR_WkoCE i have tested `https://www.youtube.com/tv#/watch?v=jofNR_WkoCE` with user agent as `Roku 3/7.0` in chrome and i don't see the who's watching page even with US & UK vpn's, and i...
> I'm getting this login page even with `Roku 3/7.0, Wireless` UA. Without `Wireless` I got redirect to desktop version. It seems like you are using the wrong user agent...
> `engineGetModelTextureNames` / `engineGetModelTextures` grabs the textures from original SA models only. > > There is no support in those functions for custom model textures. So it's not a bug,...
This could be exploited for example if cmd == "admin" then cancelEvent() or quit or reconnect....etc
After checking and testing, i found this solution: `local width,height = 854,480 browser:injectMouseMove(width*.851,height*.375) browser:injectMouseUp('left')` "The numbers change depending on your browser's dimensions in **createBrowser**" This works fine for me and...
well this ticket is for https://www.youtube.com/tv#/ not embed, as much as i understand it but i want the original youtube TV view instead of creating a custom one where the...
Currently youtube has changed to "Are you watching now?" and i solved it by doing `setTimer(function() browser:injectMouseMove(width*0.9,height*0.9) browser:injectMouseUp('left') end,500,1)`
I'm consistenly getting this crash when i stop or restart the resource that creates `createBuilding`, with a floor object that has multiple grass collision that i made for testing purposes,...
There is a crash issue when the building objects are streamedout or when you move very fast away from the object. 