16.07.2010, 09:54
This will fix:
pawn Код:
format(str, sizeof(str), "You have just lagged the fuck out of ID%d",player1); //To show ID
pawn Код:
format(str, sizeof(str), "You have just lagged the fuck out of %s",pName(player1)); //To show Player Name