why this dini_Get gives me errors?
#2

dini_Get() returns a string! And your variable PlayerInfo[playerid][currentcar], can't save a string.

Try

pawn Код:
dini_Int(file, "CurrentVehicle");
pawn Код:
PlayerInfo[playerid][currentcar] = dini_Int(file, "CurrentVehicle");
Reply


Messages In This Thread
why this dini_Get gives me errors? - by niels44 - 02.11.2012, 17:02
AW: why this dini_Get gives me errors? - by Skimmer - 02.11.2012, 17:44
Re: why this dini_Get gives me errors? - by niels44 - 02.11.2012, 18:16
AW: why this dini_Get gives me errors? - by Skimmer - 02.11.2012, 18:22
Re: why this dini_Get gives me errors? - by tyler12 - 02.11.2012, 18:23
Re: why this dini_Get gives me errors? - by niels44 - 02.11.2012, 18:27

Forum Jump:


Users browsing this thread: 3 Guest(s)