User contributions for Shadow
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
2 February 2014
- 21:0921:09, 2 February 2014 diff hist +302 N Scripting/Squirrel/Functions/SetMinute Created page with "This function will set the game minute. == Syntax == <pre>SetMinute( minute )</pre> == Arguments == * ''int'' '''minute''' - The minute of the game (from 00 to 59) == Exa..."
- 21:0821:08, 2 February 2014 diff hist +292 N Scripting/Squirrel/Functions/SetHour Created page with "This function will set the game hour. == Syntax == <pre>SetHour( hour )</pre> == Arguments == * ''int'' '''hour''' - The hour of the game (from 00 to 23) == Example == {..."
- 21:0721:07, 2 February 2014 diff hist +303 N Scripting/Squirrel/Functions/SetTimeRate Created page with "This function will set the timerate of the game. == Syntax == <pre>SetTimeRate( timerate )</pre> == Arguments == * ''int'' '''timerate''' - The timerate of the game == Ex..."
- 21:0621:06, 2 February 2014 diff hist +349 N Scripting/Squirrel/Functions/SetGameModeText Created page with "This function will set the gamemode text to be shown in the client browser. == Syntax == <pre>SetGameModeText( gamemodetext )</pre> == Arguments == * ''string'' '''gamemod..."
- 21:0521:05, 2 February 2014 diff hist +302 N Scripting/Squirrel/Functions/SetServerPassword Created page with "This function will set the server password. == Syntax == <pre>SetServerPassword( password )</pre> == Arguments == * ''string'' '''password''' - The password to set == Exa..."
- 21:0421:04, 2 February 2014 diff hist +303 N Scripting/Squirrel/Functions/SetMaxPlayers Created page with "This function will set the max players limit. == Syntax == <pre>SetMaxPlayers( maxplayers )</pre> == Arguments == * ''int'' '''maxplayers''' - The max players limit == Ex..."
- 21:0321:03, 2 February 2014 diff hist +7 Scripting/Squirrel/Functions/SetServerName No edit summary
- 21:0321:03, 2 February 2014 diff hist +7 Scripting/Squirrel/Functions/ReloadScripts No edit summary
- 21:0221:02, 2 February 2014 diff hist +282 N Scripting/Squirrel/Functions/SetServerName Created page with "This function will set the server name. == Syntax == <pre>SetServerName( name )</pre> == Arguments == * ''string'' '''name''' - The server name to set == Example == {{Sc..."
- 21:0121:01, 2 February 2014 diff hist +236 N Scripting/Squirrel/Functions/ReloadScripts Created page with "This function will reload the scripts. == Syntax == <pre>ReloadScripts()</pre> == Arguments == '''N/A''' == Example == {{Scripting/Needs_Example}} === Notes === == Re..."
- 21:0021:00, 2 February 2014 diff hist +24 Scripting/Squirrel/Functions/ClientMessageToAll No edit summary
- 21:0021:00, 2 February 2014 diff hist +24 Scripting/Squirrel/Functions/ClientMessage No edit summary
- 20:5820:58, 2 February 2014 diff hist +370 N Scripting/Squirrel/Functions/AnnounceAll Created page with "This function will send a big message on the screen to every player. == Syntax == <pre>GameMessageToAll( message, type )</pre> == Arguments == * ''string'' '''message''' -..."
- 20:5720:57, 2 February 2014 diff hist +485 N Scripting/Squirrel/Functions/Announce Created page with "This function will send a big message on the screen to a player. == Syntax == <pre>GameMessage( playerTo, message, type )</pre> == Arguments == * ''Scripting/Squirrel/Fu..."
- 20:5420:54, 2 February 2014 diff hist 0 Scripting/Squirrel/Functions/ClientMessage No edit summary
- 20:5420:54, 2 February 2014 diff hist +426 N Scripting/Squirrel/Functions/ClientMessageToAll Created page with "This function will send a coloured message to every player in the server. == Syntax == <pre>ClientMessageToAll( message, R, G, B )</pre> == Arguments == * ''string'' '''me..."
- 20:5320:53, 2 February 2014 diff hist +525 N Scripting/Squirrel/Functions/ClientMessage Created page with "This function will send a coloured message to a player. == Syntax == <pre>ClientMEssage( message, player, R, G, B )</pre> == Arguments == * ''string'' '''message''' - The ..."