Scripting/Squirrel/Functions/SetWallglitch

From Vice City Multiplayer
Revision as of 08:42, 9 March 2016 by KingOfVC (talk | contribs) (Created page with "This will enable/disable wall glitch == Syntax == <pre>SetWallglitch( toggle )</pre> == Arguments == toggle - '''true''' or '''false''' == Example == <source lang=squirre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing

This will enable/disable wall glitch


Syntax

SetWallglitch( toggle )

Arguments

toggle - true or false

Example

function onScriptLoad()
{
  SetWallglitch( true );
}