SetPlayerBlurLevel: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
Max value is 255.
==Syntax==
==Syntax==
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
bool setPlayerBlurLevel ( player thePlayer, int level )
bool setPlayerBlurLevel ( player thePlayer, int level )
</syntaxhighlight>
</syntaxhighlight>
[[Category:Incomplete]]
[[Category:Incomplete]]

Revision as of 04:10, 4 January 2008

Max value is 255.

Syntax

bool setPlayerBlurLevel ( player thePlayer, int level )