Scripting issue
#6

Change
pawn Код:
new bool:Bo=false;
to
pawn Код:
new bool:Bo[MAX_PLAYERS]=false;
then change every Bo to Bo[playerid], like
pawn Код:
if(Bo == true)
to
pawn Код:
if(Bo[playerid] == true)
etc..
Reply


Messages In This Thread
Scripting issue - by Sarra - 02.08.2014, 04:58
Re: Scripting issue - by youssefehab500 - 02.08.2014, 05:03
Re: Scripting issue - by Sarra - 02.08.2014, 05:14
Re: Scripting issue - by youssefehab500 - 02.08.2014, 05:18
Re: Scripting issue - by IceBilizard - 02.08.2014, 05:18
Re: Scripting issue - by Cannary2048 - 02.08.2014, 05:19
Re: Scripting issue - by Sarra - 02.08.2014, 05:23

Forum Jump:


Users browsing this thread: 1 Guest(s)