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

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
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: 1 Guest(s)