SetTrafficLightState: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ {{Server client function}} Sets the current traffic light state. This state controls the traffic light colors. For instance, state '''1''' will cause the north and sout…')
 
No edit summary
Line 9: Line 9:


===Required Arguments===
===Required Arguments===
*'''state''': The [[Traffic_light_states|state]] you wish to use
*'''state''': The [[Traffic_light_states|state]] you wish to use (possible values: 0-9)


===Returns===
===Returns===

Revision as of 15:03, 9 August 2010

Sets the current traffic light state. This state controls the traffic light colors. For instance, state 1 will cause the north and south traffic lights to be amber, and the ones left and east will turn red.

Syntax

bool setTrafficLightState ( int state )

Required Arguments

  • state: The state you wish to use (possible values: 0-9)

Returns

Returns true if the state was successfully set, false otherwise.

Example

This example doesn't exist

See Also