Show cops on radar (only for other cops)
#4

Quote:
Originally Posted by binnyl
View Post
pawn Code:
ShowPlayerMarkers(1);
Shouldn't you set ShowPlayerMarkers to 0, since you want to hide all the markers and only show the cops to other cops.


Quote:
Originally Posted by Hitek
View Post
Your code is a little bit incorrect!
I'd better use
Code:
public IsACop(killerid)
{
        if(GetPlayerSkin(killerid) == 280 || GetPlayerSkin(killerid) == 281 || GetPlayerSkin(killerid) == 282 || GetPlayerSkin(killerid) == 283 || GetPlayerSkin(killerid) == 284 || GetPlayerSkin(killerid) == 285 || GetPlayerSkin(killerid) == 286 || GetPlayerSkin(killerid) == 287 || GetPlayerSkin(killerid) == 288)
        {
                return 1;
        }
        else
        {
                return 0;
        }
}
Check your other scripts and PLUGINS also streamer you use and if your pawn include matches with plugin ver
Are you just randomly saying something? IsACop isn't shown here so how'd you know if it's wrong?
Reply


Messages In This Thread
Show cops on radar (only for other cops) - by binnyl - 20.11.2019, 02:58
Re: Show cops on radar (only for other cops) - by binnyl - 22.11.2019, 02:30
Re: Show cops on radar (only for other cops) - by Hitek - 22.11.2019, 07:53
Re: Show cops on radar (only for other cops) - by Gforcez - 22.11.2019, 08:27
Re: Show cops on radar (only for other cops) - by binnyl - 22.11.2019, 15:40
Re: Show cops on radar (only for other cops) - by binnyl - 29.11.2019, 23:24
Re: Show cops on radar (only for other cops) - by binnyl - 30.11.2019, 21:14
Re: Show cops on radar (only for other cops) - by ApolloScripter - 30.11.2019, 23:23
Re: Show cops on radar (only for other cops) - by binnyl - 02.12.2019, 03:54
Re: Show cops on radar (only for other cops) - by 4D1L - 02.12.2019, 20:39

Forum Jump:


Users browsing this thread: 4 Guest(s)