28.08.2015, 06:57
Hey guys, I'm wondering how to get the number till , I'm using kind a same thing in another system to get Player Name till , and it works perfectly.
Dialog list looks like that, code:
printf is always 0.
Dialog list looks like that, code:
PHP код:
if(dialogid == 1108){
if(response){
strmid(callIdFraction[playerid], inputtext, 0, strfind(inputtext, ","));
callIdFraction[playerid] = strval(callIdFraction[playerid]);
printf("%d",callIdFraction[playerid] );
}
}