Quote:
Originally Posted by JamesC
pawn Код:
if(dini_Int(file, "X") == 0 || dini_Int(file, "Y") == 0 || dini_Int(file, "Z") == 0) { SendClientMessage(playerid, COLOR_RED, "You do not have /saveplace!, /saveplace first!"); }
At this point, your 'file' variable is an empty string. Therefore dini can't open it and it will always fail.
|
so what should i do? i also try dini_Float but it didn't work either...