Scripting/Squirrel/Functions/Checkpoint.Remove

From Vice City Multiplayer
Revision as of 05:20, 28 July 2015 by BrYaN FuRy (talk | contribs) (Created page with "Checkpoint.remove is very easy first u need. to give name to checkpoint function onScriptLoad() { array <- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 2...")
(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

Checkpoint.remove is very easy first u need. to give name to checkpoint

function onScriptLoad() { array <- CreateCheckpoint(null, 0, Vector( 132.42, 674.34, 12.6543 ), RGB( 255, 0,255 ), 2); } now delete on playerpart function onPlayerPart( player ) { array.Remove();

}

By VCMP Team