LUA Coding
Explaining:
redEngine uses LUA for things such as: Menus, Triggers, etc
Using LUA you can do multiple things: Teleport, spawn objects, make menus...
Most servers have decent anticheats, so most of this scripts will probably get you banned. This is only a base.
Teleporting
SetEntityCoords(entity, x, y, z, ...)Health
Spawn an Object
modelHash: All hashes here
position: Where to spawn it (X,Y,Z coords)
networked: If true others can see it.
Ask for Input
"What is your name?" --> The question shown to the player
"" --> Default text
30 --> Max number of characters allowed
Draw text on screen
Attach Prop to Player
Creating Pages on your Menu
Most servers have decent anticheats, so most of this scripts will probably get you banned. This is only a base.
Last updated
