Remove player from Radar
#5

pawn Код:
case 1: // Class: Sniper
            {
                ResetPlayerWeapons(playerid);
               
                GivePlayerWeapon(playerid,34,300);//Assault / Rifle
                GivePlayerWeapon(playerid,23,200);//Pistol
                GivePlayerWeapon(playerid,29,150);//Shotgun / Micro machinegun
                GivePlayerWeapon(playerid,18,3);//Thrown
                GivePlayerWeapon(playerid,4,1);//Melle

                SetPlayerColor(playerid, 0xFFFFFF00);
                //OR
                for(new i; i<MAX_PLAYERS; i++) SetPlayerMarkerForPlayer(i, playerid, 0xFFFFFF00);
                SendClientMessage(playerid, -1, "You're now invisibe on radar");
            }
Try it and tell me does it say anything ?
Reply


Messages In This Thread
Remove player from Radar - by EgyptForLife - 20.01.2015, 15:01
Re: Remove player from Radar - by xVIP3Rx - 20.01.2015, 15:08
Re: Remove player from Radar - by Vince - 20.01.2015, 15:10
Re: Remove player from Radar - by EgyptForLife - 20.01.2015, 15:14
Re: Remove player from Radar - by xVIP3Rx - 20.01.2015, 15:22
Re: Remove player from Radar - by EgyptForLife - 20.01.2015, 15:34

Forum Jump:


Users browsing this thread: 1 Guest(s)