Notice
If you are looking for support you should instead create a support ticket.

Performance update when !!!!!!!!!11111

I can't use ents.FindByClass directly as I need multiple classes of entities. Not all vehicles have the prop_vehicle_jeep class. You really should know that as a developer.
I could iterate over a class list, call findbyclass and use those entities. Except that has a more than double performance impact compared to using getall and isvehicle.

I think LPN64 means that you should use
"for k,v in pairs(ents.FindByClass("prop_vehicle_jeep")) do end"
instead of
"for k,v in pairs(ents.GetAll()) do end"
because this functions is very resource-hungry which you should know as a developer

You'll have to clarify what "this" is.
Calling ents.GetAll() in a render hook? No, because there's no other hook function available to render per entity.

Did the last update fix this ?
Function : ents.GetAll (Wiki page : https://wiki.garrysmod.com/page/ents/GetAll )
Hook : GM:PostDrawTranslucentRenderables (Wiki page : https://wiki.garrysmod.com/page/GM/PostDrawTranslucentRenderables )
File : addons/l2-plates/lua/ll_plates/cl_init.lua
└►Line #85-> 16641 calls
Call History
#1 File:addons/l2-plates/lua/ll_plates/cl_init.lua, Line #145
#2 File:addons/l2-plates/lua/ll_plates/cl_init.lua, Line #85


How can we have plate without summer, winter etc etc ?

For the sake of my notifications, please stockpile your updates and push them as less frequent bigger ones apposed to 3-4 back to back ones... It's becoming a bit of a piss take

Hello,
how to put 9 character in the plate ?
Thanks,

Should do, no reason for it not to.

Work with vcmod?

There's nothing built into the addon to do that at the moment, but the data is there and can be used to do that.

I run a policerp server, is it possible to have police run plates and find out the owner of a vehicle?

In that case, probably not. You could do direct SQL queries.

I have checked around in the developer functions documentation, but I can't find anything that actually doesn't what I want.

Top of my head I'm not sure, check the /docs folder for dev/function documentation.

Is there some sort of function you can call to lookup the information from a plate number? Such as vehicle name and owner.

It's not directly integrated, though it might be possible in the future.

I was just wondering if this works with AGC,DLS or in the forcible future.

Please add MySQL support as it would be useful to use the information for other addons.

Hello, can we have normal licence plate ? I don't like with snow

Permanent per player, per vehicle.

are the license plates permanent to players or regenerate everytime?