05.03.2009, 15:48
SOLVED
dini_Int(oyunism, "Money")
dini_Int(oyunism, "Position",SetPlayerPos(playerid, PosX[playerid], PosY[playerid], PosZ[playerid]));
Originally Posted by Nubotron
Don't you see a difference between:
pawn Код:
pawn Код:
Also, You clearly can not do that. When you call SetPlayerPos it store coordinates into the 3 referenced arguments (PosX[playerid] etc) So X value is stored into PosX[playerid], Y value in PosY[playerid] etc, and you have to save them separately, using dini_FloatSet (again, not sure). |