diff --git a/sv_sync.lua b/sv_sync.lua index dff1ec7..08a9260 100644 --- a/sv_sync.lua +++ b/sv_sync.lua @@ -30,3 +30,7 @@ ---------------------------------------------------------------------------------------]]-- +RegisterNetEvent( "wk_wars2x_sync:sendPowerState" ) +AddEventHandler( "wk_wars2x_sync:sendPowerState", function( data, target ) + -- code +end ) \ No newline at end of file