[Tutorial] [BASIC]How to make a command not work without enough players.
#2

The hell, why are you using VPlayers, and all this mathematics or whatever you are doing?? Why not just simply
pawn Код:
VPlayers = GetPlayersOnServer();
// Then

if(VPlayers == 3)
{
}
Reply


Messages In This Thread
[BASIC]How to make a command not work without enough players. - by RandomDude - 20.04.2013, 13:16
Re: [BASIC]How to make a command not work without enough players. - by Isolated - 20.04.2013, 16:40
Re: [BASIC]How to make a command not work without enough players. - by [XST]O_x - 20.04.2013, 16:54
Re: [BASIC]How to make a command not work without enough players. - by Ash. - 20.04.2013, 17:15
Re: [BASIC]How to make a command not work without enough players. - by RandomDude - 20.04.2013, 17:36

Forum Jump:


Users browsing this thread: 1 Guest(s)