16.07.2010, 03:57
For the number problem, try changing this
To:
pawn Код:
format(str, sizeof(str), "You have just lagged the fuck out of ID%d", pName(player1));
pawn Код:
format(str, sizeof(str), "You have just lagged the fuck out of ID%s", pName(player1));

