Jaysds1 Posted March 10, 2013 Posted March 10, 2013 ok, this should be the end now, copy and try my code again, I've forgotten about the table part but now I've fixed it...
golanu21 Posted March 10, 2013 Author Posted March 10, 2013 bad argument #1 to 'concat' (table expected, got string) .. it is in server side
TAPL Posted March 10, 2013 Posted March 10, 2013 This too if not(modelid or x1 or y1 or z1 or msg) then outputChatBox("[invalid Syntax]: /createped [modelid] [x] [y] [z] [text]", player, 255, 0, 0 ) return end Should be if (not modelid or not x1 or not y1 or not z1 or not ...) then outputChatBox("[invalid Syntax]: /createped [modelid] [x] [y] [z] [text]", player, 255, 0, 0 ) return end
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