28.08.2017, 23:47
Hi guys, im new scripteur and i need help.
I want the "player markers" to be disabled and then activated a few seconds before being re-disabled.
With a timer.
Sorry for my bad english im French.
I have script that but did not working :
I want the "player markers" to be disabled and then activated a few seconds before being re-disabled.
With a timer.
Sorry for my bad english im French.
I have script that but did not working :
Код:
forward visible(playerid);
public visible(playerid)
{
SetNameTagDrawDistance(100.0);
ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
SCM(playerid, -1, "> Joueurs visibles sur la minimap");
}

