error 035: argument type mismatch (argument 3)
#1

Код:
	
1687-new CarChaseVar[50];
1688-new File[125];
1689-if(!dini_Exists(File))
1690-dini_IntSet(File, "CarChaseID", CarChaseVar);
1691-format(File, 128, "/CarChase.txt");
error 035: argument type mismatch (argument 3) in line 1690 :D
Reply
#2

replace :
pawn Код:
dini_IntSet(File, "CarChaseID", CarChaseVar);
with this:
pawn Код:
dini_Set(File, "CarChaseID", CarChaseVar);
because you are trying to insert a string..
Reply
#3

Quote:
Originally Posted by Eth
Посмотреть сообщение
replace :
pawn Код:
dini_IntSet(File, "CarChaseID", CarChaseVar);
with this:
pawn Код:
dini_Set(File, "CarChaseID", CarChaseVar);
because you are trying to insert a string..
thanks bro worked ill Rep+ you as a thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)