#1

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?
Reply
#2

Код:
EnableStuntBonusForPlayer(playerid,1);
put it under OnPlayerSpawn or OnPlayerConnect, i forgot :P

Search first at wiki: wiki.sa-mp.com
Reply
#3

pawn Код:
public OnGameModeInit()
{
  EnableStuntBonusForAll(1);
  return 1;
}
although it should be enabled by default, search your scripts for EnableStuntBonusForAll to check if its disabled.
Reply
#4

i done it but i keep getting auto kicked for money cheat
Reply
#5

Well your getting kicked because it is an unaccounted way to get money.
Either disable your anti-cheat or modify it to allow a few hundred dollars of unnacounted money.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)