[Question] Open.MP will have limits? - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: open.mp (https://forum.open.mp/forumdisplay.php?fid=40) --- Forum: Questions and Suggestions (https://forum.open.mp/forumdisplay.php?fid=42) --- Thread: [Question] Open.MP will have limits? (/showthread.php?tid=389) |
Open.MP will have limits? - ThePez - 2019-04-19 SA-MP is very limited and I don't like it, like NPCs, Vehicles and objects. https://wiki.sa-mp.com/wiki/Limits I would like Open.MP to have no limits, or at least to increase the value. RE: Open.MP will have limits? - Freaksken - 2019-04-20 This is actually something that has been on our minds for a while. Can't give much more information than that for now. RE: Open.MP will have limits? - shourya - 2019-04-20 we also need?stamina function like SetStamina RE: Open.MP will have limits? - Deity - 2019-04-20 Increase vehicle limits plx RE: Open.MP will have limits? - Jack F. Dunford - 2019-04-20 Why are those limits there? What exactly is going on under the hood? Would more efficient uses of ram, cpu, etc allow for higher limitations? RE: Open.MP will have limits? - Dayrion - 2019-04-20 (2019-04-20, 11:22 PM)Jack F. Dunford Wrote: Why are those limits there? What exactly is going on under the hood? Would more efficient uses of ram, cpu, etc allow for higher limitations? I guess it might help when it comes to developer to create a gamemode with static-sized arrays when you cannot have dynamic-sized arrays and maybe for the internal code himself (like 1000 for MAX_PLAYERS which it is the maximum clients limit for a server)? |