SA-MP Forums Archive
DisableMarker????? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: DisableMarker????? (/showthread.php?tid=637647)



DisableMarker????? - Romero837 - 18.07.2017

Buenas tardes.

Tengo una duda y la hago ya que buscando en la wiki no encontrй. Estoy usando la funciуn SetPlayerMarkerForPlayer, la idea es quitar esta marca en determinado momento. їCуmo se podrнa hacer?


Respuesta: DisableMarker????? - Tirael - 18.07.2017

Poniйndolo transparente.

pawn Код:
#define INVISIBLE           (0xFFFFFF00)

SetPlayerMarkerForPlayer(i, playerid, INVISIBLE);
SetPlayerColor(playerid,INVISIBLE);