Tokio Posted December 16, 2018 Posted December 16, 2018 I want create a dx private message system, like the fb messenger.. But how to make it possible? Or where can i download a script like this? sorry for my bad english.. My servers: Fun: Derby(DD):
Moderators Patrick Posted December 16, 2018 Moderators Posted December 16, 2018 Like this: https://community.multitheftauto.com/index.php?p=resources&s=details&id=4002 It's just half DX, but maybe you can learn from it. (I know it looks awful) community profile | map converters | map images | pDownloader | pAttach | model encrypter
Tokio Posted December 16, 2018 Author Posted December 16, 2018 30 minutes ago, Patrick2562 said: Like this: https://community.multitheftauto.com/index.php?p=resources&s=details&id=4002 It's just half DX, but maybe you can learn from it. (I know it looks awful) if i have 2 tables, how to insert table2 data after table1 data with loop? My servers: Fun: Derby(DD):
Moderators Patrick Posted December 16, 2018 Moderators Posted December 16, 2018 1 minute ago, Nerve said: if i have 2 tables, how to insert table2 data after table1 data with loop? table1 = {} table2 = {} for _, v in ipairs(table2) do table.insert(table1, v) end 1 community profile | map converters | map images | pDownloader | pAttach | model encrypter
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now