mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 00:16:27 +02:00
5 lines
264 B
Lua
5 lines
264 B
Lua
-- Radar Toggle Passenger Control
|
|
RegisterCommand( "rtpc", function( source, args, rawCommand )
|
|
CONFIG.allow_passenger_control = not CONFIG.allow_passenger_control
|
|
end, false )
|
|
TriggerEvent( "chat:addSuggestion", "/rtpc", "Toggle CONFIG.allow_passenger_control" ) |