Raised This Month: $ Target: $400
 0% 

Solved Symbol is never used


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 07-17-2019 , 09:47   Symbol is never used
Reply With Quote #1

I get symbol is never used on iSize1 and iSize2, but the variables are already being used, is Pawn just, dumb?
Code:
public Function( ) {     if( containi_all( eRanks[ Rank_Flags ], charsmax( eRanks[ Rank_Flags ] ), szFlags, charsmax( szFlags ) ) )     {         j = i;     } } containi_all( szStringSrc[ ], iSize1, szStringCompare[ ], iSize2 ) {     new bool:bEqual;     for( new i; i < sizeof( iSize1 ); i++ )     {         for( new j; j < sizeof( iSize2 ); j++ )         {             if( szStringSrc[ i ] != szStringCompare[ j ] )             {                 bEqual = true;                 break;             }                         else             {                 bEqual = false;             }         }     }         return bEqual; }
__________________

Last edited by edon1337; 07-17-2019 at 17:58. Reason: Restore to previous version.
edon1337 is offline
 



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 14:48.


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