27.06.2017, 11:24
I've found the command EnablePlayerStuntBonus or something like that, ive removed it from the GM, but it still gives me the stunt bonus.How do i remove them tho?Thanks in advance.

public OnGameModeInit()
{
EnableStuntBonusForAll(0);
return 1;
}