How to get number till , in dialog_list
#1

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:
PHP код:
if(dialogid == 1108){
    if(
response){
        
strmid(callIdFraction[playerid], inputtext0strfind(inputtext","));
        
callIdFraction[playerid] = strval(callIdFraction[playerid]);
        
printf("%d",callIdFraction[playerid] );
    }

printf is always 0.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)