08.02.2013, 03:40
Bueno, para eso debes usar la funciуn SetDeathDropAmount (se agrega en OnGameModeInit). Ejemplo:
Te quitarб $10 por cada muerte.
pawn Код:
public OnGameModeInit
{
SetDeathDropAmount(10);
}