View Single Post
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 05-24-2020 , 13:41   Re: [ISSUE] Not storing all strings
Reply With Quote #4

The problem is probably KvGotoNextKey(kv), instead of using that, use KvJumpToKey until not true then break out the loop, you could use for(;;) to loop unspecified times.
__________________
Silvers is offline