27.06.2009, 08:16
Quote:
|
Originally Posted by cj101
Quote:
|
Код:
if (count[playerid]<2 || count[playerid]>3)
Код:
if (count[playerid]==0 || count[playerid]==1 || count[playerid]==3)
but I need help.
|
Originally Posted by cj101
Quote:
|
if (count[playerid]<2 || count[playerid]>3)
if (count[playerid]==0 || count[playerid]==1 || count[playerid]==3)
but I need help.