05.12.2010, 22:13 
	
	
	
		And I'd like to know how to see the players are on the radar
	
	
	
	
 
	for(new i=0; i<MAX_PLAYERS; i++)
{
new Float:X,Float:Y,Float:Z;
GetPlayerPos(i, X,Y,Z);
SetPlayerCheckpoint(i, X,Y,Z, 6);
}
 
	| I think that it can solve your problem: Put it in a command or maybe in the OnGameModeInit but i do not know if it is possible... pawn Код: 
 I hope i havel helped  |