Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 284 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 284 Bytes

RAGEMP-EntityFactories

Easy to implement Entity Factories for the RAGEMP Serverside API.

  • To include it simply for Server Events:
    Cast original Entity to IEntity
    for Remote Events:
    Simply replace the Entity with the IEntity (in the Function arguments)