20.04.2013, 16:40
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)
{
}