-ffs-PLASMA

Results 23 comments of -ffs-PLASMA

Cant use cancelEvent inside onPlayerConnect since I use async SQL query before kicking someone.

Wouldn't it be much more beneficial to set the browser user agent to a custom one via lua in conjunction with setBrowserProperty rather than hardcoding it?

Also noticed this a long time ago, not only in MTA but also in other games aswell. As you said, when you press CTRL, then tab out and tab back...

A projectile is actually not an element. See the wiki, createProjectile returns a projectile rather than an element and therefore we also have special functions for this "issue".

Don't know why you set the position of the water elements to the same coords again but okay. Works fine for me, might be a dimension issue? Try to add...

Why is it bad for client to send an invalid command to MTA server? The issue with your solution being the server would need to tell the client of all...

Out of curiousity, how does the sync work? For example client 1 has this world property enabled, client 2 has it disabled. The car starts burning depending on who is...

I wouldn't call it a bug, rather a sideeffect of bypassing game mechanics by teleporting player ped into water element rather than letting it touch it manually. Fixing would bring...

Can you explain properties which cannot be changed via setVehicleHandling?

Wheels can be changed with https://wiki.multitheftauto.com/wiki/SetVehicleModelWheelSize You cannot simply add new models/vehicles to the game by just adding them to vehicles.ide file. Im certain majority if not everything can be...