30.08.2014, 01:27
Well, i've deleted that :
GetPlayerPos(playerid,positionx,positiony,position z);
JugadorInfo[playerid][jPos_x] = positionx;
JugadorInfo[playerid][jPos_y] = positiony;
JugadorInfo[playerid][jPos_z] = positionz;
and it gave me 3 new warnings after compiling. I've tested it in-game and when you die it spawns you at the default coord, between las venturas and los santos, in a town. It's the 0,0,0 one i believe.
GetPlayerPos(playerid,positionx,positiony,position z);
JugadorInfo[playerid][jPos_x] = positionx;
JugadorInfo[playerid][jPos_y] = positiony;
JugadorInfo[playerid][jPos_z] = positionz;
and it gave me 3 new warnings after compiling. I've tested it in-game and when you die it spawns you at the default coord, between las venturas and los santos, in a town. It's the 0,0,0 one i believe.