Scripting/Squirrel/Functions/SetWallglitch: Difference between revisions

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "This will enable/disable wall glitch == Syntax == <pre>SetWallglitch( toggle )</pre> == Arguments == toggle - '''true''' or '''false''' == Example == <source lang=squirre...")
(No difference)

Revision as of 08:42, 9 March 2016

This will enable/disable wall glitch


Syntax

SetWallglitch( toggle )

Arguments

toggle - true or false

Example

function onScriptLoad()
{
  SetWallglitch( true );
}