06.08.2018, 08:14
After OnPlayerConnet I should write this code to reset values?
How about this line, because after OnPlayerConnet you writed 2 lines.
Or this line the same like first? I need to add 2 times, or just one?
Also, if I need this. As I see, this code nothing checks.
Код:
playerIdlePositions[playerid] = playerIdlePositions[MAX_PLAYERS];
Код:
playerIdlePositions[playerid] = EOS;
Also, if I need this. As I see, this code nothing checks.
Код:
new pedPosition[COORDINATION]; GetPlayerPos(playerid, pedPosition[BREADTH], pedPosition[HEIGHT], pedPosition[DEPTH]);