05.03.2009, 20:39
in my server when i do a stunt i dont get insane stunt bonus so im confused can anyone tell me why or give me a filter script to enable insane stunt bonus in my server?
EnableStuntBonusForPlayer(playerid,1);
public OnGameModeInit()
{
EnableStuntBonusForAll(1);
return 1;
}