Help in creating 1VS1
#7

In the script you have at the top new 1vs1; but in the command where it says the arena is full you use this.
pawn Код:
if(1vs1[playerid] == 2) return SCM(playerid,COLOR_RED,"1 VS 1 Arena is Full");
Where it should be this
pawn Код:
if(1vs1 == 2) return SCM(playerid,COLOR_RED,"1 VS 1 Arena is Full");
or you can do it like this
pawn Код:
if(1vs1 == 2) return SendClientMessage(playerid,COLOR_RED,"1 VS 1 Arena is Full");
Reply


Messages In This Thread
Help in creating 1VS1 - by AroseKhanNiazi - 08.03.2014, 21:54
Re: Help in creating 1VS1 - by arakuta - 08.03.2014, 22:19
Re: Help in creating 1VS1 - by AroseKhanNiazi - 09.03.2014, 14:01
Re: Help in creating 1VS1 - by arakuta - 09.03.2014, 14:02
Re: Help in creating 1VS1 - by AroseKhanNiazi - 09.03.2014, 14:04
Re: Help in creating 1VS1 - by AroseKhanNiazi - 10.03.2014, 09:51
Re: Help in creating 1VS1 - by jueix - 10.03.2014, 10:47
Re: Help in creating 1VS1 - by AroseKhanNiazi - 11.03.2014, 10:17
Re: Help in creating 1VS1 - by RedFusion - 11.03.2014, 10:20
Re: Help in creating 1VS1 - by AroseKhanNiazi - 11.03.2014, 10:41

Forum Jump:


Users browsing this thread: 3 Guest(s)