04.03.2014, 15:16
if( dialogid == 312 )//Darbuotju valdymas...
{
if( response )
{
new msg[21], pos = strfind(inputtext, "-"), length = strlen(inputtext);
strmid(msg, inputtext, pos, length, 21);
InfoMSG(playerid, msg);
}
return true;
}
it gives "- prisijunges" that it deletes that string that should be left its all reverse, so how to do it ritgh?
{
if( response )
{
new msg[21], pos = strfind(inputtext, "-"), length = strlen(inputtext);
strmid(msg, inputtext, pos, length, 21);
InfoMSG(playerid, msg);
}
return true;
}
it gives "- prisijunges" that it deletes that string that should be left its all reverse, so how to do it ritgh?