How to make, wait for other player to join ?
#3

You can make it like when someone join the race the raceplayers will get +1 so add this under your /race:
pawn Код:
raceplayers ++:
And add this near the other news...
pawn Код:
new raceplayers = 0:
And if you want the race to start ,just add
pawn Код:
if(raceplayers >=2)
{
    The code
}
Reply


Messages In This Thread
How to make, wait for other player to join ? - by Dipto - 04.03.2014, 01:21
Re: How to make, wait for other player to join ? - by rangerxxll - 04.03.2014, 02:27
Re: How to make, wait for other player to join ? - by Nurgle4 - 04.03.2014, 04:31
Re: How to make, wait for other player to join ? - by Dipto - 04.03.2014, 05:05
Re: How to make, wait for other player to join ? - by rangerxxll - 04.03.2014, 05:08

Forum Jump:


Users browsing this thread: 2 Guest(s)