Jaysds1 Posted March 10, 2013 Share 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... Link to comment
golanu21 Posted March 10, 2013 Author Share Posted March 10, 2013 bad argument #1 to 'concat' (table expected, got string) .. it is in server side Link to comment
TAPL Posted March 10, 2013 Share Posted March 10, 2013 Should be table.concat({...}, " ") Link to comment
golanu21 Posted March 10, 2013 Author Share Posted March 10, 2013 finaly,,, thanx very mutch guys Link to comment
TAPL Posted March 10, 2013 Share 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 Link to comment
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