View Single Post
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 08-18-2023 , 12:13   Re: [CSS] Adding new guns plugin
Reply With Quote #5

On line 122, need to fix the check:
|| TrimString(data[0]) || TrimString(data[1]))
==>
|| !TrimString(data[0]) || !TrimString(data[1]))
Due to this error, the config will not be read

This and other fixes:
Attached Files
File Type: sp Get Plugin or Get Source (sm_new_weapons 2.0.1_18.08.2023.sp - 333 views - 13.4 KB)
__________________

Last edited by Grey83; 08-18-2023 at 12:29.
Grey83 is offline