25.11.2013, 15:33
Hi,
If i do that, WROTE[ playerid ] variable will be null?
Код:
strmid(WROTE[ playerid ],"",0,50,50);
strmid(WROTE[ playerid ],"",0,50,50);
WROTE[ playerid ][ 0 ] = '\0';
new
WROTE[ MAX_PLAYERS ][ 100 ]
;
// An array for each player that can store a text.
WROTE[ playerid ][ 0 ] = '\0';
// OR
WROTE[ playerid ][ 0 ] = EOS;