Problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem (
/showthread.php?tid=352936)
Problem -
RyanPetersons - 21.06.2012
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 ..
Please kindly tell how to fix both .. Thanks
Regards ,
Ryan_Petersons
Re: Problem -
WagnerPM - 21.06.2012
1.How shall i remove the markers of players appearing in mini map ? Kindly give answer immediately
pawn Код:
//OnGameModeInit
ShowPlayerMarkers(0);
2.How shall i remove twice chatting ? i type one sentence and it appears two times ..
In OnPlayerText
replace
return 1; by
return 0;