Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive
Threaded Mode
How do i disable the stunting bonuses ?
Dj_maryo1993
Huge Clucker
Posts: 250
Threads: 64
Joined: Feb 2009
Reputation:
0
#1
10.08.2009, 14:57
Question : How do i disable the stunting bonuses ?
Find
Reply
JaTochNietDan
High-roller
Posts: 2,502
Threads: 26
Joined: Apr 2007
Reputation:
0
#2
10.08.2009, 14:58
You can use
pawn Код:
EnableStuntBonusForPlayer
(
playerid,false
)
;
or
pawn Код:
EnableStuntBonusForAll
(
false
)
;
Find
Reply
Burridge
High-roller
Posts: 1,843
Threads: 8
Joined: Nov 2008
Reputation:
0
#3
10.08.2009, 14:58
Under "OnGameModeinit" add this line:
pawn Код:
EnableStuntBonusForAll
(
0
)
;
0 meaning that it's disabled, and if you change it to 1 it means it's enabled.
EDIT: Lol, me and Ja posted at the same time ^^ Either way works lol.
Find
Reply
Dj_maryo1993
Huge Clucker
Posts: 250
Threads: 64
Joined: Feb 2009
Reputation:
0
#4
10.08.2009, 15:02
Thnx alot
and sorry for not searching before posting
, won't happen again
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive