Stupid /find problem
#4

Well you're checking if PlayerInfo[playerid][pCop] > 1, if I understand correctly, in your code, when they are cops, that value is set to 1, right? You're checking if it's over 1, so you need to change that check to either of the following:

pawn Код:
PlayerInfo[playerid][pCop] >= 1
PlayerInfo[playerid][pCop] > 0
Both will do the same thing, this is all assuming that the value of that variable is 1 when the person is a cop.
Reply


Messages In This Thread
Stupid /find problem - by bijoyekuza - 19.03.2011, 12:16
Re: Stupid /find problem - by Klutty - 19.03.2011, 12:31
Re: Stupid /find problem - by bijoyekuza - 19.03.2011, 12:57
Re: Stupid /find problem - by JaTochNietDan - 19.03.2011, 13:00
Re: Stupid /find problem - by bijoyekuza - 19.03.2011, 13:28
Re: Stupid /find problem - by JaTochNietDan - 19.03.2011, 13:34
Re: Stupid /find problem - by bijoyekuza - 19.03.2011, 14:29

Forum Jump:


Users browsing this thread: 1 Guest(s)