SetPlayerCanBeKnockedOffBike: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Syntax== <syntaxhighlight lang="lua"> bool setPlayerCanBeKnockedOffBike ( player thePlayer, int canBeKnockedOffBike ) </syntaxhighlight> 0: BIKE_KNOCK_OFF_DEFAULT 1: BIKE_KNOCK_OFF_NEVER 2: BIKE_KNOCK_...) |
No edit summary |
||
Line 1: | Line 1: | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
bool setPlayerCanBeKnockedOffBike ( player thePlayer, | bool setPlayerCanBeKnockedOffBike ( player thePlayer, bool canBeKnockedOffBike ) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 19:01, 27 December 2007
Syntax
bool setPlayerCanBeKnockedOffBike ( player thePlayer, bool canBeKnockedOffBike )