Scripting/Squirrel/Functions/Player.UniqueWorld

From Vice City Multiplayer
Revision as of 18:57, 30 January 2017 by Thijn (talk | contribs)
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 return a special world ID for a player

Syntax

Player.UniqueWorld

Example

function OnPlayerCommand( player,cmd , text )
     if ( cmd == "sound" )
     {
     PlaySound( player.UniqueWorld , 30 , player.Pos );
     }

Related Functions

Player Game Functions

These functions exist for compatibility with the R2 Squirrel server.