delete pickup and mapicon - 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: delete pickup and mapicon (
/showthread.php?tid=308937)
delete pickup and mapicon -
jaskiller - 05.01.2012
hi I want delete mapicon and pickup's that alerady existing in samp.
Re: delete pickup and mapicon -
Scarred - 05.01.2012
Pickups:
DisableInteriorEnterExits(); under OnGameModeInit.
Map Icons:
You can't. Sorry!
Re : delete pickup and mapicon -
jaskiller - 05.01.2012
ok thx. need solution for mapicon if anyone know how to do its
Re: delete pickup and mapicon -
naruto_hina - 08.01.2012
Quote:
public OnGameModeInit()
{
ShowPlayerMarkers(0);
}
|
Here you are.