[HELP] /arrest problem
#2

Код:
if(gTeam[playerid] == 2 && gTeam[playerid] == 3)
            {
(your 5th line)
This is impossible... 1 variable can't have 2 different numbers... I don't know whether this is the whole problem, however this is 1 part of it...
replace it with:
Код:
if(gTeam[playerid] == 2 || gTeam[playerid] == 3)
            {
Reply


Messages In This Thread
[UNSOLVED] /arrest problem - by Fredden1993 - 08.10.2010, 22:04
Re: [HELP] /arrest problem - by Sascha - 08.10.2010, 22:32
Re: [HELP] /arrest problem - by Fredden1993 - 09.10.2010, 10:15
Re: [HELP] /arrest problem - by <Weponz> - 09.10.2010, 10:20
Re: [HELP] /arrest problem - by Fredden1993 - 09.10.2010, 10:21
Re: [HELP] /arrest problem - by <Weponz> - 09.10.2010, 10:52
Re: [HELP] /arrest problem - by Retardedwolf - 09.10.2010, 11:00
Re: [HELP] /arrest problem - by <Weponz> - 09.10.2010, 11:02
Re: [HELP] /arrest problem - by Fredden1993 - 09.10.2010, 11:33
Re: [HELP] /arrest problem - by CrucixTM - 09.10.2010, 11:50

Forum Jump:


Users browsing this thread: 1 Guest(s)