argument type mismatch (argument 3)
#1

pawn Код:
if(dialogid == 4){
DOF2_SetInt(pFile(playerid),"Bank",inputtext);}
Error:
argument type mismatch (argument 3)
Reply
#2

PHP код:
if(dialogid == 4)
{
     
DOF2_SetInt(pFile(playerid),"Bank",strval(inputtext));



we converted "inputtext" because inputtext base is a string, the view that the bank is a value we use strval
Reply
#3

Thanks <3
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)