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

error 035: argument type mismatch (argument 3)
Код:
INI_WriteInt(File, "GSM: ", inputtext);
Whats the problem?
Reply
#2

inputtext isn't an integer, it is a string so you need to use
pawn Код:
INI_WriteString(File, "GSM: ", inputtext);
Reply
#3

Thanks.
Reply
#4

Edit: they are faster
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)