Search found 3 matches
- Thu Oct 03, 2024 9:53 am
- Forum: Ask any question
- Topic: [LUA] Post Create Help
- Replies: 2
- Views: 4668
Re: [LUA] Post Create Help
ok. thank u <3
- Wed Sep 25, 2024 3:34 pm
- Forum: Ask any question
- Topic: [LUA] Post Create Help
- Replies: 2
- Views: 4668
[LUA] Post Create Help
Hello, I am trying to create a post with postcreate using Lua. forumid = req.post.category, title = req.post.title, content = req.post.content, thumb = req.post.thumb, It adds, but I couldn't find how to save something in var (videoid) style. videoid = req.post.var_videoid, I tried this way but it d...
- Wed Sep 25, 2024 3:24 pm
- Forum: Wapka REST API
- Topic: Intro to Wapka API
- Replies: 4
- Views: 162927
Re: Intro to Wapka API
Thanks.