[Help] ShowPlayerMarkers /cmd
#1

Please can som1 help me making a command to turn on/off the playermarkers on map for a RP?
I have this but its not working :/

Код:
	  if(strcmp(cmd, "/blips", true) == 0) 
	     {
	    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,COLOR_RED,"You need to be connected to rcon to do this.");
		{
            ShowPlayerMarkers(1))
            {
            ShowPlayerMarkers(0);
            }
            else if (ShowPlayerMarkers(0))
            {
            ShowPlayerMarkers(1);
            }
                return 1;
}
return 0;
}
Reply


Messages In This Thread
[Help] ShowPlayerMarkers /cmd - by andrew2695 - 25.11.2011, 00:49
Re: [Help] ShowPlayerMarkers /cmd - by Tanush123 - 25.11.2011, 01:08
Re: [Help] ShowPlayerMarkers /cmd - by serman - 25.11.2011, 01:11
Re: [Help] ShowPlayerMarkers /cmd - by Akcent_Voltaj - 08.03.2013, 13:43

Forum Jump:


Users browsing this thread: 1 Guest(s)