04.03.2014, 15:51
new
msg[ 21 ],
pos = strfind( inputtext, " -" );
strmid( msg, inputtext, 0, pos, 21 );
InfoMSG( playerid, msg );
new name = strval( msg );
and the verible name is return zero, why?
msg[ 21 ],
pos = strfind( inputtext, " -" );
strmid( msg, inputtext, 0, pos, 21 );
InfoMSG( playerid, msg );
new name = strval( msg );
and the verible name is return zero, why?