Quote:
Originally Posted by Lucky13
Try this:
Код:
SetPlayerPos(playerid, jInfo[id-1][jPosX], jInfo[id-1][jPosY], jInfo[id-1][jPosZ]);
First Job ID might be 0. And second it's 1, and so on.
|
But the thing is, whenever I save a job in the database, it saves the id 1 instead of 0. Idk why tho. Is that normal?