05.03.2009, 15:58
Quote:
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). |

Thanks buddy The problem has been SOLVED