09.04.2010, 05:52
An example
pawn Код:
// Before main()
new DMcount;
// in the command
if(DMcount >= 2) return SendClientMessage(playerid, RED, "Already 2 players.");
-- At the end, before "return 1" --
DMcount++;

