Scripting/Squirrel/Functions/SetSpawnCameraLook: 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 "<pre>SetSpawnCameraLook( x, y, z );</pre> <source lang=squirrel> function onScriptLoad() { SetSpawnCameraLook( -924.1487, 1048.4241, 13.2005 ); } </source>")
(No difference)

Revision as of 13:33, 26 July 2014

SetSpawnCameraLook( x, y, z );
function onScriptLoad()
{
SetSpawnCameraLook( -924.1487, 1048.4241, 13.2005 ); 
}