21.06.2012, 17:34
1.How shall i remove the markers of players appearing in mini map ? Kindly give answer immediately
2.How shall i remove twice chatting ? i type one sentence and it appears two times ..
In OnPlayerText
replace return 1; by return 0;
pawn Код:
//OnGameModeInit
ShowPlayerMarkers(0);
In OnPlayerText
replace return 1; by return 0;