Search Results
Quote: Originally Posted by Troydere Код: "s[ 128 ]s[ 128 ]" You can't use spaces when assigning a length to a string in sscanf. afaik Thanks.
116
But now it works like: /a <text> but I want: /a s <text>
116
Not working. All command: Код: CMD:a( playerid, params[ ] ) { if( isnull( params ) ) { new string[ 512 ]; // change if( pInfo[ playerid ][ Admin ] > 0 ) { strcat( string, "CMD LIST" ...
116
Hello guys, Maybe someone can help me? Код: new Check[ 2 ][ 128 ]; sscanf( params, "s[ 128 ]s[ 128 ]", Check[ 0 ], Check[ 1 ] ); if( !strcmp( Check[ 0 ], "say" ) ) { if( !Check[ 1 ][ 0 ] ) ...
116