25.11.2011, 00:49
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 :/
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;
}

