1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-18 02:58:10 -05:00

implement bus mode for game interface to allow files for bus data transfer

This commit is contained in:
RaidMax
2023-06-06 17:56:12 -05:00
parent c24e838bb5
commit fd7c8fcb4a
6 changed files with 190 additions and 22 deletions

View File

@ -81,5 +81,8 @@ AffirmationCommandCallback( event, _ )
// horrible json parsing.. but it's just an example
parsedResponse = strtok( response, "\"" );
self IPrintLnBold ( "^5" + parsedResponse[parsedResponse.size - 2] );
if ( IsPlayer( self ) )
{
self IPrintLnBold ( "^5" + parsedResponse[parsedResponse.size - 2] );
}
}