Raised This Month: $32 Target: $400
 8% 

Release Chat (1.1-Alpha)


Post New Thread Reply   
 
Thread Tools Display Modes
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 09-15-2013 , 11:58   Re: Chat (1.1-Alpha)
Reply With Quote #21

Client side.
__________________
thetwistedpanda is offline
foxyloxy
Member
Join Date: Dec 2013
Old 12-30-2013 , 03:06   Re: Chat (1.1-Alpha)
Reply With Quote #22

does this still work on cs:go ?
foxyloxy is offline
amohanlall32
SourceMod Donor
Join Date: Sep 2009
Location: Female
Old 03-02-2014 , 18:58   Re: Chat (1.1-Alpha)
Reply With Quote #23

Is there a way I can add custom titles to the store?

I purchase custom title item in the shop, I get to write a custom title in chat, and choose a color for it?
__________________

Last edited by amohanlall32; 03-02-2014 at 18:59.
amohanlall32 is offline
extremeg
Senior Member
Join Date: Dec 2012
Old 05-18-2014 , 15:36   Re: Chat (1.1-Alpha)
Reply With Quote #24

This error comes in my log from my csgo server, from the plugin store-chat.smx. Do you can fix this error ?

L 05/18/2014 - 19:41:46: [SM] Native "json_typeof" reported: Invalid <JSON Object> handle 0 (error 4)
L 05/18/2014 - 19:41:46: [SM] Displaying call stack trace for plugin "store/store-chat.smx":
L 05/18/2014 - 19:41:46: [SM] [0] Line 1031, C:\Users\Panda\Dropbox\Projects\Store\include \smjansson.inc::json_object_get_string()
L 05/18/2014 - 19:41:46: [SM] [1] Line 251, store-chat.sp::OnLoadNameItem()
extremeg is offline
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 05-18-2014 , 16:41   Re: Chat (1.1-Alpha)
Reply With Quote #25

Read the error message

Quote:
Originally Posted by extremeg View Post
This error comes in my log from my csgo server, from the plugin store-chat.smx. Do you can fix this error ?
Code:
L 05/18/2014 - 19:41:46: [SM] Native "json_typeof" reported: Invalid <JSON Object> handle 0 (error 4)
L 05/18/2014 - 19:41:46: [SM] Displaying call stack trace for plugin "store/store-chat.smx":
L 05/18/2014 - 19:41:46: [SM]   [0]  Line 1031, C:\Users\Panda\Dropbox\Projects\Store\include\smjansson.inc::json_object_get_string()
L 05/18/2014 - 19:41:46: [SM]   [1]  Line 251, store-chat.sp::OnLoadNameItem()
__________________

Last edited by Arrow768; 05-18-2014 at 16:42.
Arrow768 is offline
braak0327
AlliedModders Donor
Join Date: Dec 2012
Location: NORT....SOUTH KOREA
Old 12-21-2014 , 07:43   Re: Chat (1.1-Alpha)
Reply With Quote #26

having error with json import

INSERT INTO store_items (name, display_name, description, web_description, type, loadout_slot, price, attrs, is_buyable, is_tradeable, is_refundable, category_id, expiry_time, flags) VALUES ('title_sir', 'Sir', NULL, NULL, 'title', 'title', '100', '{\"text\":\"{green}Sir\",\"colorful_text\":\ "{fullred}Sir\"}', '1', '1', '1', 17, NULL, NULL)
__________________
I'M KIMCHI
braak0327 is offline
Send a message via Skype™ to braak0327
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 12-21-2014 , 13:48   Re: Chat (1.1-Alpha)
Reply With Quote #27

Quote:
Originally Posted by braak0327 View Post
having error with json import

INSERT INTO store_items (name, display_name, description, web_description, type, loadout_slot, price, attrs, is_buyable, is_tradeable, is_refundable, category_id, expiry_time, flags) VALUES ('title_sir', 'Sir', NULL, NULL, 'title', 'title', '100', '{\"text\":\"{green}Sir\",\"colorful_text\":\ "{fullred}Sir\"}', '1', '1', '1', 17, NULL, NULL)
How about posting the complete error message and using code tags for code ?
__________________
Arrow768 is offline
qiuhaian
Senior Member
Join Date: Nov 2009
Old 12-31-2014 , 20:45  
Reply With Quote #28

does this still work on cs:go ?

up

Last edited by Arrow768; 01-14-2015 at 18:21. Reason: Merged
qiuhaian is offline
TKTheRandom
New Member
Join Date: Jan 2015
Old 01-19-2015 , 02:05   Re: Chat (1.1-Alpha)
Reply With Quote #29

I had this error while importing the .json files into the database.
PHP Code:
Error Number1054

Unknown column 
'flags' in 'field list'

INSERT INTO `store_items` (`name`, `display_name`, `description`, `web_description`, `type`, `loadout_slot`, `price`, `attrs`, `is_buyable`, `is_tradeable`, `is_refundable`, `category_id`, `expiry_time`, `flags`) VALUES ('title_sir''Sir'NULLNULL'title''title''100''{\"text\":\"{green}Sir\",\"colorful_text\":\"{fullred}Sir\"}''1''1''1'16NULLNULL)

FilenameC:\sites\websites\storepanel\system\database\DB_driver.php

Line Number
330 
Thanks, Tyler.
TKTheRandom is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 01-19-2015 , 07:29   Re: Chat (1.1-Alpha)
Reply With Quote #30

Quote:
Originally Posted by TKTheRandom View Post
I had this error while importing the .json files into the database.
PHP Code:
Error Number1054

Unknown column 
'flags' in 'field list'

INSERT INTO `store_items` (`name`, `display_name`, `description`, `web_description`, `type`, `loadout_slot`, `price`, `attrs`, `is_buyable`, `is_tradeable`, `is_refundable`, `category_id`, `expiry_time`, `flags`) VALUES ('title_sir''Sir'NULLNULL'title''title''100''{\"text\":\"{green}Sir\",\"colorful_text\":\"{fullred}Sir\"}''1''1''1'16NULLNULL)

FilenameC:\sites\websites\storepanel\system\database\DB_driver.php

Line Number
330 
Thanks, Tyler.
Flags is a column that's used in Store 1.2, not 1.1.
Drixevel is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:59.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode