28.09.2013, 16:57
Quote:
Make sure that in OnGameModeInit, you do not have set ShowPlayerMarkers to 0. Use 1 (global) or 2 (streamed).
|
before i also try to put this
Код:
new Float:X,Float:Y,Float:Z; GetPlayerPos(playerid, X, Y, Z); SetPlayerCheckpoint(i, X, Y, Z, 5);