Skip to content

exec_addclientcodetoautorun

Auto run code on server

Arguments

Type Description
string1 name
string2 code

Example

Print 123 on join server

1
exec_addclientcodetoautorun("myclientcode",[[
	print(123)
]])

Output: 123